There was an error while loading. Please reload this page.
1 parent 56146a6 commit 26dd110Copy full SHA for 26dd110
1 file changed
version/version.go
@@ -44,7 +44,7 @@ const (
44
// on the main branch and should be updated to "rc.X" for release candidates
45
// on release branches only. For a final release, this must be set to an
46
// empty string. All other values are invalid.
47
- PreRelease = "rc.1"
+ PreRelease = ""
48
)
49
50
// Get returns the complete version information.
0 commit comments