X Tutup
Skip to content

Commit 403fe4a

Browse files
Bump version to 0.5.4
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
1 parent 5b51638 commit 403fe4a

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.4"
88

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

0 commit comments

Comments
 (0)
X Tutup