We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04751c commit 8e104dbCopy full SHA for 8e104db
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.14
+current_version = 0.2.15
3
commit = True
4
tag = True
5
VERSION
@@ -1 +1 @@
-0.2.14
+0.2.15
version.go
@@ -4,7 +4,7 @@ import "github.com/rai-project/config"
var (
6
// These fields are populated by govvv
7
- Version = "0.2.14"
+ Version = "0.2.15"
8
BuildDate string
9
GitCommit string
10
GitBranch string
0 commit comments