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 120c926 commit 7ff3b5fCopy full SHA for 7ff3b5f
version/version.go
@@ -19,7 +19,7 @@ var (
19
// A pre-release marker for the version. If this is "" (empty string)
20
// then it means that it is a final release. Otherwise, this is a pre-release
21
// such as "dev" (in development), "beta", "rc1", etc.
22
- VersionPrerelease = "rc1"
+ VersionPrerelease = ""
23
)
24
25
// GetHumanVersion composes the parts of the version in a way that's suitable
0 commit comments