Bumping up version

This commit is contained in:
Diptanu Choudhury
2016-12-13 13:55:25 -08:00
parent 239001dc3f
commit 2da39bf448

View File

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