Cleanup after 0.10 release

This commit is contained in:
Jake Champlin 2017-08-02 14:40:37 -04:00
parent 2041053ee9
commit 8e6a0845c1
No known key found for this signature in database
GPG Key ID: DC31F41958EF4AC2
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
## 0.10.1 (Unreleased)
## 0.10.0 (August 2, 2017)
**This is the complete 0.9.11 to 0.10.0 CHANGELOG**

View File

@ -7,7 +7,7 @@ import (
)
// The main version number that is being run at the moment.
const Version = "0.10.0"
const Version = "0.10.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