From 4baa4e86bb8067b56aff540037f954db75dc23d8 Mon Sep 17 00:00:00 2001 From: Simon Bernier St-Pierre Date: Sat, 4 Apr 2020 00:44:01 -0400 Subject: [PATCH] Release version 0.7.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6180d572..1a4cf241 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -205,7 +205,7 @@ dependencies = [ [[package]] name = "kubie" -version = "0.7.2" +version = "0.7.3" dependencies = [ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 27e8e08f..9b6e1a74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kubie" -version = "0.7.2" +version = "0.7.3" authors = ["Simon Bernier St-Pierre "] edition = "2018"