Bump version to 0.4.0-rc1

This commit is contained in:
Jeff Mitchell 2015-11-20 13:18:29 -05:00
parent 1194432d93
commit 2da4fb3880

View File

@ -15,7 +15,7 @@ const Version = "0.4.0"
// A pre-release marker for the version. If this is "" (empty string) // 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 // then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc. // such as "dev" (in development), "beta", "rc1", etc.
const VersionPrerelease = "dev" const VersionPrerelease = "rc1"
// VersionInfo // VersionInfo
type VersionInfo struct { type VersionInfo struct {