From 54723a0c9f08c09880938dbe97008da107bf8800 Mon Sep 17 00:00:00 2001 From: Techassi Date: Wed, 29 Nov 2023 10:47:33 +0100 Subject: [PATCH] chore: Release stackablectl-23.11.0-rc4 (#150) --- Cargo.lock | 2 +- extra/man/stackablectl.1 | 4 ++-- rust/stackablectl/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d97b9b3..a3a2d362 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2673,7 +2673,7 @@ dependencies = [ [[package]] name = "stackablectl" -version = "1.0.0-rc3" +version = "23.11.0-rc4" dependencies = [ "clap", "clap_complete", diff --git a/extra/man/stackablectl.1 b/extra/man/stackablectl.1 index baf8cfea..51134513 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 1.0.0-rc3" +.TH stackablectl 1 "stackablectl 23.11.0-rc4" .SH NAME stackablectl \- Command line tool to interact with the Stackable Data Platform .SH SYNOPSIS @@ -95,6 +95,6 @@ Interact with locally cached files stackablectl\-help(1) Print this message or the help of the given subcommand(s) .SH VERSION -v1.0.0\-rc3 +v23.11.0\-rc4 .SH AUTHORS Stackable GmbH diff --git a/rust/stackablectl/Cargo.toml b/rust/stackablectl/Cargo.toml index 3811963d..9cd37895 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 = "1.0.0-rc3" +version = "23.11.0-rc4" authors.workspace = true license.workspace = true edition.workspace = true