Bump version

This commit is contained in:
Jim McDonald 2020-11-17 13:22:32 +00:00
parent 581938ef45
commit 2e05b68684
No known key found for this signature in database
GPG Key ID: 89CEB61B2AD2A5E7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Development
0.9.0
- use go-eth2-client for all beacon node communications
- beacon block proposal strategy now scales per-node scores based on the distance between the slot and its parent
- add a default process concurrency for strategies

View File

@ -68,7 +68,7 @@ import (
)
// ReleaseVersion is the release version for the code.
var ReleaseVersion = "0.6.2"
var ReleaseVersion = "0.9.0"
func main() {
os.Exit(main2())