From 4e51c39090778bbb8721d36f88de5ae8a47b7555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Fri, 8 Mar 2024 14:54:08 -0300 Subject: [PATCH] chore: bump version in Cargo.toml to v1.11.0-rc3. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the version in the Cargo.toml file to v1.11.0-rc3 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 bccd5b8a..05620744 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3836,7 +3836,7 @@ dependencies = [ [[package]] name = "policy-server" -version = "1.11.0-rc2" +version = "1.11.0-rc3" dependencies = [ "anyhow", "axum 0.7.4", diff --git a/Cargo.toml b/Cargo.toml index 80816210..9473b500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "policy-server" -version = "1.11.0-rc2" +version = "1.11.0-rc3" authors = [ "Kubewarden Developers ", "Flavio Castelli ",