Skip to content

Commit

Permalink
chore: Update version to refer to latest version of eksup
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Aug 22, 2023
1 parent b73b3d6 commit 2c3c79d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion eksup/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "eksup"
version = "0.3.2"
version = "0.3.3"
authors = ["Bryant Biggs <[email protected]>"]
description = "A CLI to aid in upgrading Amazon EKS clusters"
documentation = "https://github.com/clowdhaus/eksup"
Expand Down
2 changes: 1 addition & 1 deletion eksup/README.md
Expand Up @@ -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
Expand Down

0 comments on commit 2c3c79d

Please sign in to comment.