Update version to rc1

This commit is contained in:
Jeff Mitchell 2016-06-08 15:40:13 -04:00
parent bedb0f4c7a
commit da70b0fd99

View File

@ -15,7 +15,7 @@ const Version = "0.6.0"
// 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.
const VersionPrerelease = "beta2"
const VersionPrerelease = "rc1"
// VersionInfo
type VersionInfo struct {