Skip to content

Commit 26dd110

Browse files
authored
Update version to v2.1.6 (#714)
1 parent 56146a6 commit 26dd110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const (
4444
// on the main branch and should be updated to "rc.X" for release candidates
4545
// on release branches only. For a final release, this must be set to an
4646
// empty string. All other values are invalid.
47-
PreRelease = "rc.1"
47+
PreRelease = ""
4848
)
4949

5050
// Get returns the complete version information.

0 commit comments

Comments
 (0)