release: clean up after v0.10.8

This commit is contained in:
Martin Atkins 2017-10-25 09:17:09 -07:00
parent e0fd3ddd70
commit 12b6ec9241
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
## 0.10.9 (Unreleased)
## 0.10.8 (October 25, 2017)

View File

@ -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