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 8bc265b commit 9ba6da9Copy full SHA for 9ba6da9
version/version.go
@@ -6,7 +6,7 @@ import (
6
)
7
8
var (
9
- Version = "dev"
+ Version = "0.13.0"
10
11
// GitCommit will be overwritten automatically by the build system
12
GitCommit = "HEAD"
0 commit comments