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 9a0e0c2 commit 0678329Copy full SHA for 0678329
version/version.go
@@ -23,7 +23,7 @@ import (
23
)
24
25
var (
26
- Version = "2.0.10+git"
+ Version = "2.0.11"
27
28
// Git SHA Value will be set during build
29
GitSHA = "Not provided (use ./build instead of go build)"
0 commit comments