linkify and version bump

This commit is contained in:
Ethan Buchman
2019-01-13 17:17:42 -05:00
parent 908242ad91
commit 84cfb974ac
2 changed files with 17 additions and 17 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"