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 Apr 11, 2023
1 parent 8f4e5bf commit 8711b73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 eksup/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eksup"
version = "0.2.0-alpha2"
version = "0.2.0-alpha3"
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
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ git clone https://github.com/clowdhaus/eksup
cd eksup
cargo build --release
./target/release/eksup --version
0.2.0-alpha2
0.2.0-alpha3
```

## Local Development
Expand Down

0 comments on commit 8711b73

Please sign in to comment.