Some release prep work

This commit is contained in:
Jeff Mitchell
2018-12-03 10:01:06 -05:00
parent 4e70d43942
commit 3cbc77e7d7
4 changed files with 4 additions and 4 deletions

View File

@@ -7,5 +7,5 @@ func init() {
// 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 = ""
}