update changelog and bump version to v0.31.10

This commit is contained in:
Anton Kaliaev
2019-10-10 09:01:50 -07:00
committed by Jack Zampolin
parent 5c9b5cfa1d
commit 0545f4c2c0
3 changed files with 26 additions and 3 deletions
+1 -1
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.31.9"
TMCoreSemVer = "0.31.10"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.0"