Skip to content

Commit

Permalink
Bump app version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lebe-dev committed May 27, 2024
1 parent 844dd95 commit 3c3e7fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kubectl-search"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub const SEARCH_MASK_ARG: &str = "mask";

pub fn init_cli_app() -> ArgMatches {
Command::new("kubectl-search")
.version("0.1.0")
.version("0.2.0")
.author("Eugene Lebedev <eugene.0x90@gmail.com>")
.about("Search tool for ConfigMaps and Secrets (Kubernetes)")
.subcommand_required(true)
Expand Down

0 comments on commit 3c3e7fe

Please sign in to comment.