note about TmCoreSemVer

This commit is contained in:
Ethan Buchman 2019-01-25 15:01:22 -05:00 committed by Anton Kaliaev
parent ddbdffb4e5
commit a58d5897e4

View File

@ -18,6 +18,8 @@ const (
// TMCoreSemVer is the current version of Tendermint Core.
// It's the Semantic Version of the software.
// 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"
// ABCISemVer is the semantic version of the ABCI library