From 1dd3126ddb1a8d7efa3e44bd3639f5899aa89e2c Mon Sep 17 00:00:00 2001 From: David Bernard Date: Tue, 16 Jun 2020 18:50:25 +0200 Subject: [PATCH] :rocket: (cargo-release) version 0.7.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fbdc64d..4b8208f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,7 +607,7 @@ dependencies = [ [[package]] name = "kubectl-view-allocations" -version = "0.7.3-dev" +version = "0.7.3" dependencies = [ "anyhow 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5a09a77..9da5944 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kubectl-view-allocations" -version = "0.7.3-dev" +version = "0.7.3" authors = ["David Bernard"] edition = "2018" description = "kubectl plugin to list allocations (cpu, memory, gpu,... X requested, limit, allocatable,...)"