Release/v0.26.1 (#2803)

* changelog and version

* fix changelog
This commit is contained in:
Ethan Buchman
2018-11-11 12:08:28 -05:00
committed by GitHub
parent 3ff820bdf4
commit 533b3cfb73
3 changed files with 30 additions and 10 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.0"
TMCoreSemVer = "0.26.1"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.15.0"