We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b69069 commit e918c74Copy full SHA for e918c74
version/version.go
@@ -6,7 +6,7 @@ import (
6
)
7
8
var (
9
- Version = "dev"
+ Version = "0.14.0-rc1"
10
11
// GitCommit will be overwritten automatically by the build system
12
GitCommit = "HEAD"
0 commit comments