bump version

This commit is contained in:
Anton Kaliaev
2019-04-16 13:34:01 +04:00
parent 3cb7013c38
commit 4474a5ec70

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.4"
TMCoreSemVer = "0.31.5"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.0"