Cutting 0.2rc

This commit is contained in:
Armon Dadgar 2015-07-07 16:02:37 -06:00
parent e5c9129cf4
commit 4a5f4f9ee2

View File

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