Bump version

This commit is contained in:
Jeff Mitchell 2016-02-04 09:53:27 -05:00
parent 64309b3b4b
commit d31c07b480

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 = "rc1"
const VersionPrerelease = "rc2"
// VersionInfo
type VersionInfo struct {