release: clean up after v0.10.8
This commit is contained in:
parent
e0fd3ddd70
commit
12b6ec9241
|
@ -1,3 +1,5 @@
|
|||
## 0.10.9 (Unreleased)
|
||||
|
||||
|
||||
## 0.10.8 (October 25, 2017)
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ import (
|
|||
)
|
||||
|
||||
// The main version number that is being run at the moment.
|
||||
const Version = "0.10.8"
|
||||
const Version = "0.10.9"
|
||||
|
||||
// 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
|
||||
|
|
Loading…
Reference in New Issue