Bucky/v0.26.3 (#2872)

* update CONTRIBUTING with notes on CHANGELOG

* update changelog

* changelog and version
This commit is contained in:
Ethan Buchman
2018-11-17 16:04:05 -05:00
committed by GitHub
parent 1466a2cc9f
commit ccf6b2b512
4 changed files with 93 additions and 27 deletions

View File

@ -18,7 +18,7 @@ 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.
TMCoreSemVer = "0.26.2"
TMCoreSemVer = "0.26.3"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.15.0"