X Tutup
Skip to content

Commit 985ca0d

Browse files
committed
Bumping version to 0.6.0-dev
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
1 parent 86272a8 commit 985ca0d

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-rc3"
7+
Version = "0.6.0-dev"
88

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

0 commit comments

Comments
 (0)
X Tutup