From 6f98162b5eaa59e2ff7670a5fda7d430bbfdd65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Wed, 20 Mar 2024 14:27:12 -0300 Subject: [PATCH] chore: bump v1.11.0 version. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates Cargo.toml to bump the version to v1.11.0. 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 e4bd9499..32f30e51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2591,7 +2591,7 @@ dependencies = [ [[package]] name = "kwctl" -version = "1.11.0-rc6" +version = "1.11.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 8e833130..351b8e5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kwctl" description = "Tool to manage Kubewarden policies" -version = "1.11.0-rc6" +version = "1.11.0" authors = ["Kubewarden Developers "] edition = "2021"