dep, version, changelog

This commit is contained in:
Ethan Buchman
2018-06-05 17:38:54 -07:00
parent 67180344b7
commit 9cb079dcc6
4 changed files with 46 additions and 24 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.9-dev"
Version = "0.19.9"
// GitCommit is the current HEAD set using ldflags.
GitCommit string