release: clean up after v0.6.2

This commit is contained in:
Clint Shryock 2015-08-06 14:35:18 -05:00
parent f26d2b75c8
commit fd2b943c9d
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
## 0.6.3 (Unreleased)
## 0.6.2 (August 6, 2015)
FEATURES:

View File

@ -6,4 +6,4 @@ const Version = "0.6.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 = ""
const VersionPrerelease = "dev"