We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b12a52b commit 92e3895Copy full SHA for 92e3895
version/version.go
@@ -23,7 +23,7 @@ import (
23
)
24
25
var (
26
- Version = "2.0.12+git"
+ Version = "2.0.13"
27
28
// Git SHA Value will be set during build
29
GitSHA = "Not provided (use ./build instead of go build)"
0 commit comments