Removing the pre-release marker

This commit is contained in:
Diptanu Choudhury
2015-12-11 15:48:51 -08:00
parent 4b41cfc43e
commit c45ae6eb3a

View File

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