changelog and version

This commit is contained in:
Ethan Buchman
2018-07-01 00:50:49 -04:00
parent b2c3f6f737
commit 6e5a01ccec
2 changed files with 34 additions and 19 deletions

View File

@ -3,14 +3,14 @@ package version
// Version components
const (
Maj = "0"
Min = "21"
Min = "22"
Fix = "0"
)
var (
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version = "0.21.0"
Version = "0.22.0"
// GitCommit is the current HEAD set using ldflags.
GitCommit string