From 1a477790c4622a76f7733f42f3e8cb8eb8a016b1 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Wed, 25 Jan 2023 13:49:53 +0100 Subject: [PATCH] Update version in Cargo.toml to 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02db667..3f3e437 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,7 +46,7 @@ checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4" [[package]] name = "cdh" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index a6e103e..07768ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cdh" authors = ["allanger "] -version = "0.1.0" +version = "0.1.1" description = "Your helm releases are outdated, aren't they? Now you can check" edition = "2021"