Bump version to rc1

This commit is contained in:
Jeff Mitchell 2016-02-01 15:22:36 -05:00
parent 10a6aec9a3
commit 70700c7500

View file

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