release: clean up after v0.10.0-rc1
This commit is contained in:
parent
243951c70a
commit
1fac5de738
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.10.0 (Unreleased)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 0.10.0-rc1 (July 19, 2017)
|
## 0.10.0-rc1 (July 19, 2017)
|
||||||
|
|
||||||
BUG FIXES:
|
BUG FIXES:
|
||||||
|
|
|
@ -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-rc1"
|
const Version = "0.10.0"
|
||||||
|
|
||||||
// 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