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