From 12a5feb2e328a50b2874be69ac7dd31a97ca1ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Tue, 31 Oct 2023 10:33:24 +0100 Subject: [PATCH] build: Bump version to v1.9.0-rc2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Cuadrado Juan --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27aab399..3702c3fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3295,7 +3295,7 @@ dependencies = [ [[package]] name = "policy-server" -version = "1.9.0-rc1" +version = "1.9.0-rc2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 841b2f16..13af0443 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "policy-server" -version = "1.9.0-rc1" +version = "1.9.0-rc2" authors = [ "Kubewarden Developers ", "Flavio Castelli ",