X Tutup
Skip to content

Commit a494033

Browse files
Bump version to 0.6.0-rc2-dev
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
1 parent 174e390 commit a494033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "fmt"
44

55
var (
66
// Version should be updated by hand at each release
7-
Version = "0.6.0-rc1"
7+
Version = "0.6.0-rc2-dev"
88

99
// GitCommit will be overwritten automatically by the build system
1010
GitCommit = "HEAD"

0 commit comments

Comments
 (0)
X Tutup