changelog and version

This commit is contained in:
Ethan Buchman
2018-04-27 12:35:21 -04:00
parent 0e00154fcc
commit ffe81a0206
2 changed files with 14 additions and 3 deletions
+2 -2
View File
@@ -4,13 +4,13 @@ package version
const (
Maj = "0"
Min = "19"
Fix = "0"
Fix = "1"
)
var (
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version = "0.19.0"
Version = "0.19.1"
// GitCommit is the current HEAD set using ldflags.
GitCommit string