This commit is contained in:
Ethan Buchman
2018-06-20 00:09:55 -07:00
parent 43745c83db
commit 1d86270e20
2 changed files with 2 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.21.0-dev"
Version = "0.21.0"
// GitCommit is the current HEAD set using ldflags.
GitCommit string