update changelog and bump version

This commit is contained in:
Anton Kaliaev
2019-02-18 15:27:07 +04:00
parent d2c7f8dbcf
commit 9d4f59b836
3 changed files with 29 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ const (
// Must be a string because scripts like dist.sh read this file.
// XXX: Don't change the name of this variable or you will break
// automation :)
TMCoreSemVer = "0.30.0"
TMCoreSemVer = "0.30.1"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.15.0"