changelog and version

This commit is contained in:
Ethan Buchman
2018-07-24 21:26:41 -04:00
parent 082557b7d4
commit 5768b67162
2 changed files with 13 additions and 3 deletions
+2 -2
View File
@@ -4,13 +4,13 @@ package version
const (
Maj = "0"
Min = "22"
Fix = "5"
Fix = "6"
)
var (
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version = "0.22.5"
Version = "0.22.6"
// GitCommit is the current HEAD set using ldflags.
GitCommit string