From 50f82132a790131ab9c0aaf6171ef78ab5ac7c60 Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Sat, 1 Jul 2023 19:14:21 -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 67a5396..09ccff2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -780,7 +780,7 @@ checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" [[package]] name = "eksup" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anstyle", "anyhow", diff --git a/README.md b/README.md index a4caa35..1989248 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.0 +0.3.1 ``` ## Local Development diff --git a/eksup/Cargo.toml b/eksup/Cargo.toml index 1261cc6..1946bbf 100644 --- a/eksup/Cargo.toml +++ b/eksup/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eksup" -version = "0.3.0" +version = "0.3.1" 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 a4caa35..1989248 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.0 +0.3.1 ``` ## Local Development