release: clean up after v0.10.0-rc1

This commit is contained in:
Martin Atkins 2017-07-19 14:07:06 -07:00
parent 243951c70a
commit 1fac5de738
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 0.10.0 (Unreleased)
## 0.10.0-rc1 (July 19, 2017)
BUG FIXES:

View File

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