changelog and version

This commit is contained in:
Ethan Buchman
2018-05-14 17:00:57 -04:00
parent 4851653d8e
commit 03f6a29a64
2 changed files with 3 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.3-dev"
Version = "0.19.3"
// GitCommit is the current HEAD set using ldflags.
GitCommit string