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 7ddf896 commit 68104c3Copy full SHA for 68104c3
internal/version/version.go
@@ -17,7 +17,7 @@ import (
17
// Tag specifies the current release tag. It needs to be manually
18
// updated. A test checks that the value of Tag never points to a
19
// git tag that is older than HEAD.
20
-var Tag = "v2.2.2-rc.1"
+var Tag = "v2.2.2"
21
22
type v1version struct {
23
Transitional bool
0 commit comments