Skip to content

Commit 67baf81

Browse files
committed
chore: Update eksup version prior to release
1 parent 76f8206 commit 67baf81

File tree

5 files changed

+4
-25
lines changed

5 files changed

+4
-25
lines changed

.cargo/config.toml

Lines changed: 0 additions & 21 deletions
This file was deleted.

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.7.0
33+
0.8.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.7.0"
3+
version = "0.8.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.7.0
33+
0.8.0
3434
```
3535

3636
## Local Development

0 commit comments

Comments
 (0)