We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3af489 commit 89038b0Copy full SHA for 89038b0
version/version.go
@@ -6,7 +6,7 @@ import (
6
)
7
8
var (
9
- Version = "dev"
+ Version = "0.12.2"
10
11
// GitCommit will be overwritten automatically by the build system
12
GitCommit = "HEAD"
0 commit comments