Bump version to 0.19.0

This commit is contained in:
Jae Kwon
2018-04-13 01:32:47 -07:00
parent c28784de5e
commit d0beaba7e8
3 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const Fix = "0"
var (
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version = "0.19.0-dev"
Version = "0.19.0"
// GitCommit is the current HEAD set using ldflags.
GitCommit string