Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Mar 5, 2022
1 parent baf60c8 commit 36f65c6
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.6"
version = "0.1.7"
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 @@ -25,7 +25,7 @@ struct Preset {

fn main() {
let mut app = Command::new("gpm")
.version("v0.1.6")
.version("v0.1.7")
.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 36f65c6

Please sign in to comment.