Skip to content

Commit 4288741

Browse files
author
Abdul Dakkak
committed
Bump version: 0.2.17 → 0.2.18
1 parent 9833cb5 commit 4288741

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.17
2+
current_version = 0.2.18
33
commit = True
44
tag = True
55

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.17
1+
0.2.18

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "github.com/rai-project/config"
44

55
var (
66
// These fields are populated by govvv
7-
Version = "0.2.17"
7+
Version = "0.2.18"
88
BuildDate string
99
GitCommit string
1010
GitBranch string

0 commit comments

Comments
 (0)