From a66d763da2336bb1b9a4e87cf5d200d1d172849d Mon Sep 17 00:00:00 2001 From: Chris Connelly Date: Mon, 31 Oct 2022 19:20:03 +0000 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10d2eed..29420d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -644,7 +644,7 @@ dependencies = [ [[package]] name = "cloudformatious-cli" -version = "0.2.3" +version = "0.2.4" dependencies = [ "async_zip", "atty", diff --git a/Cargo.toml b/Cargo.toml index 5ac1c52..3e4bd2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudformatious-cli" -version = "0.2.3" +version = "0.2.4" authors = ["Chris Connelly "] license = "MIT" edition = "2018"