check addrs match pubkeys in abci Validator. version bump

This commit is contained in:
Ethan Buchman
2018-06-06 16:32:31 -07:00
parent 46fb179605
commit fcf61b8088
5 changed files with 46 additions and 39 deletions

View File

@ -10,7 +10,7 @@ const (
var (
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version = "0.20.0-dev"
Version = "0.20.0"
// GitCommit is the current HEAD set using ldflags.
GitCommit string