From 32de40ca648e1410c0a84f056af3f9ab97e7941f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Fri, 15 Mar 2024 14:26:53 -0300 Subject: [PATCH] chore: bump v1.11.0-rc5. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates Cargo files bumping the version to v1.11.0-rc5 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 cde204da..8663991f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2591,7 +2591,7 @@ dependencies = [ [[package]] name = "kwctl" -version = "1.11.0-rc4" +version = "1.11.0-rc5" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index f5ef1d1f..d779277d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kwctl" description = "Tool to manage Kubewarden policies" -version = "1.11.0-rc4" +version = "1.11.0-rc5" authors = ["Kubewarden Developers "] edition = "2021"