Updated the version

This commit is contained in:
Diptanu Choudhury
2016-08-12 14:52:11 -07:00
parent 24abf0d1cc
commit 416bb19c15

View File

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