From ac28b455bb0c0ab308f1fc74bba04d91308cc764 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 8 Mar 2020 21:45:31 +0100 Subject: [PATCH] Release 0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4151b92..4fb4615 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -181,7 +181,7 @@ dependencies = [ [[package]] name = "bodhi-cli" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bodhi", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 5035063..f7a926d 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.3.0" +version = "0.3.1" edition = "2018" authors = ["Fabio Valentini "]