From 424fcf622179c2bbad9f486337cdf18492a5104d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Mon, 24 Jun 2024 15:35:08 -0300 Subject: [PATCH] chore: bump version to v1.14.0-rc2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the kwctl version in the Cargo files to v1.14.0-rc2 Signed-off-by: José Guilherme Vanz --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fe1ecab..ba437a2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2625,7 +2625,7 @@ dependencies = [ [[package]] name = "kwctl" -version = "1.14.0-rc1" +version = "1.14.0-rc2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 19f6efde..57311d5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kwctl" description = "Tool to manage Kubewarden policies" -version = "1.14.0-rc1" +version = "1.14.0-rc2" authors = ["Kubewarden Developers "] edition = "2021"