diff --git a/Cargo.lock b/Cargo.lock index 061463fd..d59c1838 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2731,7 +2731,7 @@ dependencies = [ [[package]] name = "stackablectl" -version = "23.4.0" +version = "24.3.0" dependencies = [ "clap", "clap_complete", diff --git a/rust/stackablectl/Cargo.toml b/rust/stackablectl/Cargo.toml index 59d1c35d..c8ba4a79 100644 --- a/rust/stackablectl/Cargo.toml +++ b/rust/stackablectl/Cargo.toml @@ -2,7 +2,7 @@ name = "stackablectl" description = "Command line tool to interact with the Stackable Data Platform" # See /Cargo.toml -version = "23.4.0" +version = "24.3.0" authors.workspace = true license.workspace = true edition.workspace = true