Skip to content

Commit 6e66c0d

Browse files
author
Abdul Dakkak
committed
Bump version: 0.5.0 → 0.6.0
1 parent 47460ca commit 6e66c0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.0
2+
current_version = 0.6.0
33
commit = True
44
tag = True
55

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.6.0

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
var (
88
// These fields are populated by govvv
9-
Version = "0.5.0"
9+
Version = "0.6.0"
1010
BuildDate string
1111
GitCommit string
1212
GitBranch string

0 commit comments

Comments
 (0)