Skip to content

Commit 36f65c6

Browse files
committed
v0.1.7
1 parent baf60c8 commit 36f65c6

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.6"
3+
version = "0.1.7"
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
@@ -25,7 +25,7 @@ struct Preset {
2525

2626
fn main() {
2727
let mut app = Command::new("gpm")
28-
.version("v0.1.6")
28+
.version("v0.1.7")
2929
.author("Axetroy <axetroy.dev@gmail.com>")
3030
.about("A command line tool, manage your hundreds of repository, written with Rust")
3131
.subcommand_required(true)

0 commit comments

Comments
 (0)