From 2e482d0e39072922b8113cc25d55ed54594bd46b Mon Sep 17 00:00:00 2001 From: Techassi Date: Fri, 15 Nov 2024 12:09:59 +0100 Subject: [PATCH] chore: Bump version in Cargo.toml --- Cargo.lock | 2 +- Cargo.nix | 2 +- extra/man/stackablectl.1 | 4 ++-- rust/stackablectl/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8da4c06e..a36b2006 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3097,7 +3097,7 @@ dependencies = [ [[package]] name = "stackablectl" -version = "24.7.1" +version = "24.11.0" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.nix b/Cargo.nix index 0439afdf..5c0526ca 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -9929,7 +9929,7 @@ rec { }; "stackablectl" = rec { crateName = "stackablectl"; - version = "24.7.1"; + version = "24.11.0"; edition = "2021"; crateBin = [ { diff --git a/extra/man/stackablectl.1 b/extra/man/stackablectl.1 index 880a1236..1d6db3d0 100644 --- a/extra/man/stackablectl.1 +++ b/extra/man/stackablectl.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH stackablectl 1 "stackablectl 24.7.1" +.TH stackablectl 1 "stackablectl 24.11.0" .SH NAME stackablectl \- Command line tool to interact with the Stackable Data Platform .SH SYNOPSIS @@ -98,6 +98,6 @@ EXPERIMENTAL: Launch a debug container for a Pod stackablectl\-help(1) Print this message or the help of the given subcommand(s) .SH VERSION -v24.7.1 +v24.11.0 .SH AUTHORS Stackable GmbH diff --git a/rust/stackablectl/Cargo.toml b/rust/stackablectl/Cargo.toml index f6084a00..4c35f931 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 = "24.7.1" +version = "24.11.0" authors.workspace = true license.workspace = true edition.workspace = true