bump version

This commit is contained in:
Alex Dadgar
2017-03-28 13:32:52 -07:00
parent 643df689eb
commit d122ef094b

View File

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