From c5451816d517f0daebdcef7883f3d61e6c8d5125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Mon, 12 Aug 2024 15:18:06 +0200 Subject: [PATCH] build: Bump version to 1.16.0-rc1 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 dbcc34a4..9d9750f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3941,7 +3941,7 @@ dependencies = [ [[package]] name = "policy-server" -version = "1.15.0" +version = "1.16.0-rc1" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 787ec2bf..84372d1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "policy-server" -version = "1.15.0" +version = "1.16.0-rc1" authors = [ "Kubewarden Developers ", "Flavio Castelli ",