Skip to content

Commit 68104c3

Browse files
committed
internal/version: v2.2.2
1 parent 7ddf896 commit 68104c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
// Tag specifies the current release tag. It needs to be manually
1818
// updated. A test checks that the value of Tag never points to a
1919
// git tag that is older than HEAD.
20-
var Tag = "v2.2.2-rc.1"
20+
var Tag = "v2.2.2"
2121

2222
type v1version struct {
2323
Transitional bool

0 commit comments

Comments
 (0)