From 2c3c79d0d7ee6603cbb862971714ea278cb63bf8 Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Tue, 22 Aug 2023 15:34:20 -0400 Subject: [PATCH] chore: Update version to refer to latest version of `eksup` --- 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 cb33b56..bbec087 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -791,7 +791,7 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "eksup" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anstyle", "anyhow", diff --git a/README.md b/README.md index ea4bcfb..d6dc9f7 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.3.2 +0.3.3 ``` ## Local Development diff --git a/eksup/Cargo.toml b/eksup/Cargo.toml index 3da5b1d..d860db7 100644 --- a/eksup/Cargo.toml +++ b/eksup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eksup" -version = "0.3.2" +version = "0.3.3" 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 ea4bcfb..d6dc9f7 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.3.2 +0.3.3 ``` ## Local Development