diff --git a/Cargo.lock b/Cargo.lock index 8a74597b..2b03bfe5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1946,7 +1946,7 @@ dependencies = [ [[package]] name = "stackablectl" -version = "0.7.0" +version = "0.8.0" dependencies = [ "bcrypt 0.14.0", "cached", diff --git a/Cargo.toml b/Cargo.toml index bafc2f2e..5c9c828a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "stackablectl" description = "Command line tool to interact with a Stackable Data Platform" authors = ["Stackable GmbH "] -version = "0.7.0" +version = "0.8.0" edition = "2021" license = "OSL-3.0" repository = "https://github.com/stackabletech/stackablectl"