From a15be05ce68f73c68a228c0b0dd64490b74fe23f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Tue, 4 Jun 2024 16:58:20 +0200 Subject: [PATCH] build: Bump version to 1.13.0 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 acf1716b..dcac9b25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3647,7 +3647,7 @@ dependencies = [ [[package]] name = "policy-server" -version = "1.13.0-rc2" +version = "1.13.0" dependencies = [ "anyhow", "axum 0.7.5", diff --git a/Cargo.toml b/Cargo.toml index 07a06ad7..d29ce914 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "policy-server" -version = "1.13.0-rc2" +version = "1.13.0" authors = [ "Kubewarden Developers ", "Flavio Castelli ",