diff --git a/Cargo.lock b/Cargo.lock index 622f8172..309d6579 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2415,7 +2415,7 @@ dependencies = [ [[package]] name = "kwctl" -version = "1.8.0-rc2" +version = "1.8.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 76241bfb..ad575ac6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kwctl" description = "Tool to manage Kubewarden policies" -version = "1.8.0-rc2" +version = "1.8.0" authors = ["Kubewarden Developers "] edition = "2021"