From 499ac110d84162e754fd44a81d4fde2a6e5d3f75 Mon Sep 17 00:00:00 2001 From: Techassi Date: Wed, 20 Mar 2024 14:48:46 +0100 Subject: [PATCH] chore: Fix stackablectl version (#224) --- Cargo.lock | 2 +- rust/stackablectl/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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