Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyanhui committed Jan 20, 2021
1 parent 5989ad3 commit 6355269
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.0.2
commit = True
tag = True

[bumpversion:file:VERSION]

[bumpversion:file:plugin/cli.cpp]
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2
2 changes: 1 addition & 1 deletion plugin/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const std::string cli_usage = (
" Display the cspcli version. \n"
);

const std::string cli_version = "0.0.1";
const std::string cli_version = "0.0.2";

const std::string cli_cmd_init = "init";
const std::string cli_cmd_analyze = "analyze";
Expand Down

0 comments on commit 6355269

Please sign in to comment.