update for abci v0.11.0 release. let InitChain update validators

This commit is contained in:
Ethan Buchman
2018-06-06 15:47:04 -07:00
parent 2edc68c59b
commit 8e45348737
7 changed files with 105 additions and 12 deletions
+3 -3
View File
@@ -3,14 +3,14 @@ package version
// Version components
const (
Maj = "0"
Min = "19"
Fix = "10"
Min = "20"
Fix = "0"
)
var (
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version = "0.19.10-dev"
Version = "0.20.0-dev"
// GitCommit is the current HEAD set using ldflags.
GitCommit string