Skip to content

Commit 6355269

Browse files
committed
Bump version: 0.0.1 → 0.0.2
1 parent 5989ad3 commit 6355269

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[bumpversion]
2-
current_version = 0.0.1
2+
current_version = 0.0.2
33
commit = True
44
tag = True
55

66
[bumpversion:file:VERSION]
7+
78
[bumpversion:file:plugin/cli.cpp]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1
1+
0.0.2

plugin/cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const std::string cli_usage = (
7979
" Display the cspcli version. \n"
8080
);
8181

82-
const std::string cli_version = "0.0.1";
82+
const std::string cli_version = "0.0.2";
8383

8484
const std::string cli_cmd_init = "init";
8585
const std::string cli_cmd_analyze = "analyze";

0 commit comments

Comments
 (0)