diff --git a/Cargo.lock b/Cargo.lock index 774f0c0..bc1d0fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "allow-privilege-escalation-psp" -version = "0.1.10" +version = "0.1.11" dependencies = [ "anyhow", "k8s-openapi", diff --git a/Cargo.toml b/Cargo.toml index a08d8b5..ae2e2c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allow-privilege-escalation-psp" -version = "0.1.10" +version = "0.1.11" authors = ["Flavio Castelli "] edition = "2018"