|
@ -18,7 +18,7 @@ const ( |
|
|
// TMCoreSemVer is the current version of Tendermint Core.
|
|
|
// TMCoreSemVer is the current version of Tendermint Core.
|
|
|
// It's the Semantic Version of the software.
|
|
|
// It's the Semantic Version of the software.
|
|
|
// Must be a string because scripts like dist.sh read this file.
|
|
|
// Must be a string because scripts like dist.sh read this file.
|
|
|
TMCoreSemVer = "0.27.3" |
|
|
|
|
|
|
|
|
TMCoreSemVer = "0.27.4" |
|
|
|
|
|
|
|
|
// ABCISemVer is the semantic version of the ABCI library
|
|
|
// ABCISemVer is the semantic version of the ABCI library
|
|
|
ABCISemVer = "0.15.0" |
|
|
ABCISemVer = "0.15.0" |
|
|