bump version

This commit is contained in:
Alex Dadgar 2017-07-07 17:55:35 -07:00
parent 05894f4611
commit 9e0f4459a6

View file

@ -10,4 +10,4 @@ const Version = "0.6.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"