update version.go

This commit is contained in:
Zaki Manian 2019-09-26 08:49:42 -07:00 committed by Anton Kaliaev
parent 8c9bf1dade
commit 1af0e83931
No known key found for this signature in database
GPG Key ID: 7B6881D965918214

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"