diff --git a/Cargo.lock b/Cargo.lock index 30681ad..f135c19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "allow-privilege-escalation-psp" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "k8s-openapi", diff --git a/Cargo.toml b/Cargo.toml index 936eb45..fba9eed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allow-privilege-escalation-psp" -version = "0.2.0" +version = "0.2.1" authors = ["Flavio Castelli "] edition = "2018"