Skip to content

Commit

Permalink
release: unset prerelease for final release
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael committed Dec 4, 2019
1 parent 263f89e commit 1ab08a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
VersionPrerelease = "rc1"
VersionPrerelease = ""

// VersionMetadata is metadata further describing the build type.
VersionMetadata = ""
Expand Down

0 comments on commit 1ab08a1

Please sign in to comment.