Update version

This commit is contained in:
Jeff Mitchell 2017-08-03 14:16:52 -04:00
parent fdaaaadee2
commit cce083750a
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ func init() {
// 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.
VersionPrerelease = "beta1"
VersionPrerelease = "rc1"
}