Skip to content

Commit

Permalink
chore: Update eksup version prior to release
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Feb 12, 2024
1 parent 78e4a64 commit 3ad3aba
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.5.0
0.5.1
```

## Local Development
Expand Down
2 changes: 1 addition & 1 deletion eksup/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "eksup"
version = "0.5.0"
version = "0.5.1"
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.5.0
0.5.1
```

## Local Development
Expand Down

0 comments on commit 3ad3aba

Please sign in to comment.