We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a4905 commit 02c4254Copy full SHA for 02c4254
version/version.go
@@ -4,7 +4,7 @@ import "fmt"
4
5
var (
6
// Version should be updated by hand at each release
7
- Version = "0.5.5-dev"
+ Version = "0.5.5"
8
9
// GitCommit will be overwritten automatically by the build system
10
GitCommit = "HEAD"
0 commit comments