changelog, versionbump (#2850)

This commit is contained in:
Ethan Buchman
2018-11-15 12:16:24 -05:00
committed by GitHub
parent a0412357c1
commit 9973decff9
3 changed files with 37 additions and 11 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.1"
TMCoreSemVer = "0.26.2"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.15.0"