diff --git a/Cargo.lock b/Cargo.lock index fb78ce7..f008b75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1246,7 +1246,7 @@ dependencies = [ [[package]] name = "sirene" -version = "2.1.0" +version = "2.1.1" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 5e90c84..6c96ca2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sirene" -version = "2.1.0" +version = "2.1.1" authors = ["Julien Blatecky "] edition = "2018" diff --git a/src/commands/mod.rs b/src/commands/mod.rs index f7a73e9..02aa1d1 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -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")]