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 Jul 11, 2024
1 parent 76f8206 commit 67baf81
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 25 deletions.
21 changes: 0 additions & 21 deletions .cargo/config.toml

This file was deleted.

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
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.7.0
0.8.0
```

## Local Development
Expand Down
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.7.0"
version = "0.8.0"
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.7.0
0.8.0
```

## Local Development
Expand Down

0 comments on commit 67baf81

Please sign in to comment.