We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de118ed commit 279fd7cCopy full SHA for 279fd7c
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.6.0-rc4"
+ Version = "0.6.0-dev"
8
9
// GitCommit will be overwritten automatically by the build system
10
GitCommit = "HEAD"
0 commit comments