From 8bfb5215e3d58dd4cd5dee304337a78c55830b69 Mon Sep 17 00:00:00 2001 From: Hironori Yamamoto Date: Sat, 30 Jul 2022 23:31:41 +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 a8d40a9..9401733 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,7 +73,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "awsctx" -version = "0.4.1" +version = "0.5.0" dependencies = [ "anyhow", "clap 3.2.16", diff --git a/Cargo.toml b/Cargo.toml index f2a9f25..a37e2a3 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.1" +version = "0.5.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html