changelog and version

This commit is contained in:
Ethan Buchman
2018-06-04 14:16:58 -07:00
parent fedd07c522
commit 876c8f14e7
2 changed files with 7 additions and 2 deletions
+1 -1
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.8-dev"
Version = "0.19.8"
// GitCommit is the current HEAD set using ldflags.
GitCommit string