|
@ -10,7 +10,7 @@ const ( |
|
|
var ( |
|
|
var ( |
|
|
// Version is the current version of Tendermint
|
|
|
// Version is the current version of Tendermint
|
|
|
// Must be a string because scripts like dist.sh read this file.
|
|
|
// 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 is the current HEAD set using ldflags.
|
|
|
GitCommit string |
|
|
GitCommit string |
|
|