changelog and version

This commit is contained in:
Ethan Buchman
2019-01-18 12:11:02 -05:00
parent 8fd8f800d0
commit 5a2e69df81
3 changed files with 15 additions and 3 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.28.0"
TMCoreSemVer = "0.28.1"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.15.0"