diff --git a/Cargo.lock b/Cargo.lock index 53db83d..25dcaf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,7 +109,7 @@ dependencies = [ [[package]] name = "bodhi-cli" -version = "0.2.4" +version = "0.2.5" dependencies = [ "bodhi", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 336ec4c..49e57a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "bodhi-cli" description = "bodhi CLI client based on bodhi-rs" license = "MIT OR Apache-2.0" -version = "0.2.4" +version = "0.2.5" edition = "2018" authors = ["Fabio Valentini "]