update version.go

This commit is contained in:
Zaki Manian
2019-09-26 08:49:42 -07:00
committed by Jack Zampolin
parent 0354ea87f7
commit d06286916d

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.32.4"
TMCoreSemVer = "0.32.5"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.16.1"