Bucky/v0.28.0 (#3119)

* changelog pending and upgrading

* linkify and version bump

* changelog shuffle
This commit is contained in:
Ethan Buchman
2019-01-13 17:15:34 -05:00
committed by GitHub
parent 1895cde590
commit fc031d980b
4 changed files with 105 additions and 19 deletions
+1 -1
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.4"
TMCoreSemVer = "0.28.0"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.15.0"