Skip to content

Commit

Permalink
release(v0.2.0): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ziqiangxu committed Jun 22, 2021
1 parent 741d1a5 commit 0a5a81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ fn parse_arguments() -> ArgMatches {
.default_value(JSON), // default typescript
);
let matches = App::new("rust-cli")
.version("0.1.0")
.version("0.2.0")
.author("Daryl.Xu <[email protected]>")
.about("Some useful command for development")
.subcommand(repo_version)
Expand Down

0 comments on commit 0a5a81c

Please sign in to comment.