Skip to content

Commit

Permalink
Bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julien1619 committed Mar 2, 2021
1 parent 62fb801 commit 2a27c53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sirene"
version = "2.1.0"
version = "2.1.1"
authors = ["Julien Blatecky <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use update::UpdateFlags;
/// Sirene service used to update data in database
/// and serve it through a HTTP REST API
#[derive(Clap, Debug)]
#[clap(version = "2.0.0", author = "Julien Blatecky")]
#[clap(version = "2.1.1", author = "Julien Blatecky")]
struct Opts {
/// Path to the temp folder, you can set in environment variable as TEMP_FOLDER
#[clap(long = "temp-folder")]
Expand Down

0 comments on commit 2a27c53

Please sign in to comment.