Skip to content

Commit 1ecf2d6

Browse files
committed
v0.1.11
1 parent 1001b43 commit 1ecf2d6

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,6 +1,6 @@
11
[package]
22
name = "gpm"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
authors = ["Axetroy <axetroy.dev@gmail.com>"]
55
readme = "README.md"
66
keywords = ["gpm", "git", "project", "manager"]

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fn main() {
2121
let config_field_root = PossibleValue::new("root").help("The root of clones repository");
2222

2323
let mut app = Command::new("gpm")
24-
.version("v0.1.10")
24+
.version("v0.1.11")
2525
.author("Axetroy <axetroy.dev@gmail.com>")
2626
.about("A command line tool, manage your hundreds of repository, written with Rust")
2727
.subcommand_required(true)

0 commit comments

Comments
 (0)