From b7ae628de804792543b7b5d61c26d6fa9440ce2e Mon Sep 17 00:00:00 2001 From: David Bernard Date: Thu, 18 Feb 2021 11:25:41 +0100 Subject: [PATCH] :rocket: (cargo-release) version 0.12.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7422c6..8c69d96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -700,7 +700,7 @@ dependencies = [ [[package]] name = "kubectl-view-allocations" -version = "0.12.1-dev" +version = "0.12.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index de28d1c..0bd7795 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kubectl-view-allocations" -version = "0.12.1-dev" +version = "0.12.1" authors = ["David Bernard"] edition = "2018" description = "kubectl plugin to list allocations (cpu, memory, gpu,... X requested, limit, allocatable,...)"