We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261fb53 commit b061ba0Copy full SHA for b061ba0
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.7
+current_version = 0.2.8
3
commit = True
4
tag = True
5
VERSION
@@ -1 +1 @@
-0.2.7
+0.2.8
version.go
@@ -4,7 +4,7 @@ import "github.com/rai-project/cmd"
var (
6
// These fields are populated by govvv
7
- Version = "0.2.7"
+ Version = "0.2.8"
8
BuildDate string
9
GitCommit string
10
GitBranch string
0 commit comments