Browse Source

note about TmCoreSemVer

pull/3212/head
Ethan Buchman 5 years ago
committed by Anton Kaliaev
parent
commit
a58d5897e4
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      version/version.go

+ 2
- 0
version/version.go 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


Loading…
Cancel
Save