From 452bd547a31cd584b801f3acc74c25c53e42ef7d Mon Sep 17 00:00:00 2001 From: Hironori Yamamoto Date: Wed, 4 May 2022 02:15:43 +0900 Subject: [PATCH] :arrow_up: bump up version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11421b8..caf016f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,7 +73,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "awsctx" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "clap 3.1.15", diff --git a/Cargo.toml b/Cargo.toml index 95af0ca..27f0140 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Context Manager for AWS Profiles" edition = "2021" license = "MIT" name = "awsctx" -version = "0.4.0" +version = "0.4.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html