From 8de7dfbd6fca79112cde9bf6dea1e1b59a5e66c9 Mon Sep 17 00:00:00 2001 From: David Bernard Date: Mon, 18 Nov 2019 21:43:33 +0100 Subject: [PATCH] :rocket: (cargo-release) version 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a7acfe8..44a857c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kubectl-view-allocations" -version = "0.5.1-dev" +version = "0.5.1" authors = ["David Bernard"] edition = "2018" description = "kubectl plugin to list allocations (cpu, memory, gpu,... X requested, limit, allocatable,...)"