Cleanup after 0.10 release
This commit is contained in:
parent
2041053ee9
commit
8e6a0845c1
|
@ -1,3 +1,5 @@
|
||||||
|
## 0.10.1 (Unreleased)
|
||||||
|
|
||||||
## 0.10.0 (August 2, 2017)
|
## 0.10.0 (August 2, 2017)
|
||||||
|
|
||||||
**This is the complete 0.9.11 to 0.10.0 CHANGELOG**
|
**This is the complete 0.9.11 to 0.10.0 CHANGELOG**
|
||||||
|
|
|
@ -7,7 +7,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// The main version number that is being run at the moment.
|
// 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)
|
// 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
|
// then it means that it is a final release. Otherwise, this is a pre-release
|
||||||
|
|
Loading…
Reference in New Issue