Skip to content

Commit ed8bf9b

Browse files
committed
internal/version: v2.1.0
1 parent 69be19b commit ed8bf9b

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.1.0-rc.6"
20+
var Tag = "v2.1.0"
2121

2222
type v1version struct {
2323
Transitional bool

0 commit comments

Comments
 (0)