Version bump; Update Upgrading.md; linkify Changelog (#2679)

* version bump

* update UPGRADING.md

* add missing pr numbers to changelog pending

* linkify changelog
This commit is contained in:
Ethan Buchman
2018-10-19 20:27:00 -04:00
committed by GitHub
parent 9d62bd0ad3
commit f94eb42ebe
3 changed files with 125 additions and 49 deletions
+2 -2
View File
@@ -18,10 +18,10 @@ 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.25.0"
TMCoreSemVer = "0.26.0"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.14.0"
ABCISemVer = "0.15.0"
ABCIVersion = ABCISemVer
)