Skip to content

Commit 1ab08a1

Browse files
committed
release: unset prerelease for final release
1 parent 263f89e commit 1ab08a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var (
1616
// A pre-release marker for the version. If this is "" (empty string)
1717
// then it means that it is a final release. Otherwise, this is a pre-release
1818
// such as "dev" (in development), "beta", "rc1", etc.
19-
VersionPrerelease = "rc1"
19+
VersionPrerelease = ""
2020

2121
// VersionMetadata is metadata further describing the build type.
2222
VersionMetadata = ""

0 commit comments

Comments
 (0)