Bump prerelease tag

This commit is contained in:
Jeff Mitchell
2018-04-04 10:34:59 -04:00
parent 4061272bc5
commit 085e1add2c

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 = "beta1"
VersionPrerelease = "rc1"
}