diff --git a/Cargo.lock b/Cargo.lock index d96aa19..44e8364 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,7 +124,7 @@ dependencies = [ [[package]] name = "bodhi-cli" -version = "0.2.1" +version = "0.2.2" dependencies = [ "bodhi", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 87d97c3..b05cbb2 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.1" +version = "0.2.2" edition = "2018" authors = ["Fabio Valentini "]