version bump. add roadmap back. minor fixes

This commit is contained in:
Ethan Buchman
2018-05-15 22:42:29 -04:00
parent b1f3c11948
commit 68a0b3f95b
5 changed files with 29 additions and 4 deletions

View File

@ -4,13 +4,13 @@ package version
const (
Maj = "0"
Min = "19"
Fix = "3"
Fix = "4"
)
var (
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version = "0.19.3"
Version = "0.19.4-dev"
// GitCommit is the current HEAD set using ldflags.
GitCommit string