Bucky/v0.27.1 (#3022)

* update changelog

* linkify

* changelog and version
This commit is contained in:
Ethan Buchman
2018-12-15 15:58:09 -05:00
committed by GitHub
parent b53a2712df
commit e4806f980b
3 changed files with 28 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.27.0"
TMCoreSemVer = "0.27.1"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.15.0"