next version is rc3

This commit is contained in:
Matthew Hooker
2017-03-30 02:22:49 -07:00
parent 4731f480e3
commit e38b3508d3
+1 -1
View File
@@ -14,7 +14,7 @@ const Version = "1.0.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 = "rc2"
const VersionPrerelease = "rc3"
func FormattedVersion() string {
var versionString bytes.Buffer