From 03b461a5068196305ad3a02f3e5cb5d05745925f Mon Sep 17 00:00:00 2001 From: Techassi Date: Tue, 7 Nov 2023 10:48:21 +0100 Subject: [PATCH] chore: Release stackablectl-1.0.0-rc3 (#138) --- 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 a7286a3c..d16d84d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2685,7 +2685,7 @@ dependencies = [ [[package]] name = "stackablectl" -version = "1.0.0-rc2" +version = "1.0.0-rc3" dependencies = [ "clap", "clap_complete", diff --git a/extra/man/stackablectl.1 b/extra/man/stackablectl.1 index c251c5b8..baf8cfea 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-rc2" +.TH stackablectl 1 "stackablectl 1.0.0-rc3" .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\-rc2 +v1.0.0\-rc3 .SH AUTHORS Stackable GmbH diff --git a/rust/stackablectl/Cargo.toml b/rust/stackablectl/Cargo.toml index 8b4214ac..1c7ab43c 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-rc2" +version = "1.0.0-rc3" authors.workspace = true license.workspace = true edition.workspace = true