changelog

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