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