Skip to content

Commit ef76a30

Browse files
committed
v0.1.8
1 parent 89796f2 commit ef76a30

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.7"
3+
version = "0.1.8"
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.7")
28+
.version("v0.1.8")
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)