From d06286916d843717b14f6a0f01f84cbc02dc565e Mon Sep 17 00:00:00 2001 From: Zaki Manian Date: Thu, 26 Sep 2019 08:49:42 -0700 Subject: [PATCH] update version.go --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index b342d6b21..b31eb8895 100644 --- a/version/version.go +++ b/version/version.go @@ -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"