Bump version

This commit is contained in:
Alex Dadgar
2015-11-18 19:41:24 -08:00
parent a71657e141
commit 531ab01d5a

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 = ""