mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
note about TmCoreSemVer
This commit is contained in:
parent
ddbdffb4e5
commit
a58d5897e4
@ -18,6 +18,8 @@ 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.
|
||||||
|
// XXX: Don't change the name of this variable or you will break
|
||||||
|
// automation :)
|
||||||
TMCoreSemVer = "0.29.1"
|
TMCoreSemVer = "0.29.1"
|
||||||
|
|
||||||
// ABCISemVer is the semantic version of the ABCI library
|
// ABCISemVer is the semantic version of the ABCI library
|
||||||
|
Loading…
x
Reference in New Issue
Block a user