Update version in Cargo.toml to 0.1.1

This commit is contained in:
Nikolai Rodionov 2023-01-25 13:49:53 +01:00
parent 6acf7a4dd1
commit 1a477790c4
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -46,7 +46,7 @@ checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"
[[package]] [[package]]
name = "cdh" name = "cdh"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"clap", "clap",
"clap_complete", "clap_complete",

View File

@ -1,7 +1,7 @@
[package] [package]
name = "cdh" name = "cdh"
authors = ["allanger <allanger@zohomail.com>"] authors = ["allanger <allanger@zohomail.com>"]
version = "0.1.0" version = "0.1.1"
description = "Your helm releases are outdated, aren't they? Now you can check" description = "Your helm releases are outdated, aren't they? Now you can check"
edition = "2021" edition = "2021"