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 ",