Skip to content

Commit a44f82e

Browse files
committed
Version 0.0.6
1 parent fb005b8 commit a44f82e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gum"
33
authors = ["allanger"]
4-
version = "0.0.5"
4+
version = "0.0.6"
55
edition = "2021"
66

77
[dependencies]

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fn main() {
2121
OutMessage::message_empty("\n☮️ Fight war, not wars ☮️\n---");
2222
let matches = Command::new("gum")
2323
.about("Manage your GitLab team access in a better way, dude")
24-
.version("v0.0.5")
24+
.version("v0.0.6")
2525
.author("allanger")
2626
.arg_required_else_help(true)
2727
.subcommand(add_init_cmd())

0 commit comments

Comments
 (0)