From 6e0b62b545af15ecd8da7739be542c0b97c0aef9 Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Fri, 31 May 2024 17:38:25 -0400 Subject: [PATCH] chore: Update `eksup` version prior to release --- Cargo.lock | 2 +- README.md | 2 +- eksup/Cargo.toml | 2 +- eksup/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43f2b98..2fb932d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -737,7 +737,7 @@ checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" [[package]] name = "eksup" -version = "0.5.1" +version = "0.6.0" dependencies = [ "anstyle", "anyhow", diff --git a/README.md b/README.md index a481759..3e1d4ef 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ git clone https://github.com/clowdhaus/eksup cd eksup cargo build --release ./target/release/eksup --version -0.5.1 +0.6.0 ``` ## Local Development diff --git a/eksup/Cargo.toml b/eksup/Cargo.toml index 3f2dc7c..fc0ebf3 100644 --- a/eksup/Cargo.toml +++ b/eksup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eksup" -version = "0.5.1" +version = "0.6.0" authors = ["Bryant Biggs "] description = "A CLI to aid in upgrading Amazon EKS clusters" documentation = "https://github.com/clowdhaus/eksup" diff --git a/eksup/README.md b/eksup/README.md index a481759..3e1d4ef 100644 --- a/eksup/README.md +++ b/eksup/README.md @@ -30,7 +30,7 @@ git clone https://github.com/clowdhaus/eksup cd eksup cargo build --release ./target/release/eksup --version -0.5.1 +0.6.0 ``` ## Local Development