Skip to content

Commit

Permalink
v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Mar 8, 2022
1 parent 1001b43 commit 1ecf2d6
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
@@ -1,6 +1,6 @@
[package]
name = "gpm"
version = "0.1.10"
version = "0.1.11"
authors = ["Axetroy <axetroy.dev@gmail.com>"]
readme = "README.md"
keywords = ["gpm", "git", "project", "manager"]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Expand Up @@ -21,7 +21,7 @@ fn main() {
let config_field_root = PossibleValue::new("root").help("The root of clones repository");

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

0 comments on commit 1ecf2d6

Please sign in to comment.