diff --git a/Cargo.lock b/Cargo.lock index 04f0c4b..658198b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -612,7 +612,7 @@ dependencies = [ [[package]] name = "kubectl-view-allocations" -version = "0.8.2-dev" +version = "0.8.2" dependencies = [ "anyhow 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 67477ac..add9855 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kubectl-view-allocations" -version = "0.8.2-dev" +version = "0.8.2" authors = ["David Bernard"] edition = "2018" description = "kubectl plugin to list allocations (cpu, memory, gpu,... X requested, limit, allocatable,...)"