update changelog and bump version to 0.30.2

This commit is contained in:
Anton Kaliaev
2019-03-10 13:06:34 +04:00
parent 36d7180ca2
commit f996b10f47
2 changed files with 20 additions and 1 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.1"
TMCoreSemVer = "0.30.2"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.15.0"