Skip to content

Commit 6e0b62b

Browse files
committed
chore: Update eksup version prior to release
1 parent 2f6d3f2 commit 6e0b62b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ git clone https://github.com/clowdhaus/eksup
3030
cd eksup
3131
cargo build --release
3232
./target/release/eksup --version
33-
0.5.1
33+
0.6.0
3434
```
3535

3636
## Local Development

eksup/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eksup"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
authors = ["Bryant Biggs <bryantbiggs@gmail.com>"]
55
description = "A CLI to aid in upgrading Amazon EKS clusters"
66
documentation = "https://github.com/clowdhaus/eksup"

eksup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ git clone https://github.com/clowdhaus/eksup
3030
cd eksup
3131
cargo build --release
3232
./target/release/eksup --version
33-
0.5.1
33+
0.6.0
3434
```
3535

3636
## Local Development

0 commit comments

Comments
 (0)