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 69be19b commit ed8bf9bCopy full SHA for ed8bf9b
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.1.0-rc.6"
+var Tag = "v2.1.0"
21
22
type v1version struct {
23
Transitional bool
0 commit comments