From be2c2650b0dd8ab5c2b891d5a73545696cb8bb80 Mon Sep 17 00:00:00 2001 From: David Bernard Date: Sun, 4 Sep 2022 16:24:10 +0200 Subject: [PATCH] :rocket: (cargo-release) version 0.15.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 239bd4b..776dfab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kubectl-view-allocations" -version = "0.15.1-dev" +version = "0.15.1" authors = ["David Bernard"] edition = "2021" description = "kubectl plugin to list allocations (cpu, memory, gpu,... X utilization, requested, limit, allocatable,...)"