changelog and version

This commit is contained in:
Ethan Buchman
2018-05-30 23:36:36 -04:00
parent 178e357d7f
commit aaaa5f23e2
2 changed files with 4 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ const (
var (
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version = "0.19.7-dev"
Version = "0.19.7"
// GitCommit is the current HEAD set using ldflags.
GitCommit string