X Tutup
Skip to content

Commit caf3e81

Browse files
committed
Preparing monday 0.5.6 release
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
1 parent ce05707 commit caf3e81

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

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

0 commit comments

Comments
 (0)
X Tutup