From ddf32007796aec2c1a51301e1a6a8a996d031023 Mon Sep 17 00:00:00 2001 From: Marko Baricevic Date: Tue, 21 Apr 2020 14:17:32 +0200 Subject: [PATCH] bump version --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index f7f6aa045..b0521c2c1 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.33.3" + TMCoreSemVer = "0.33.4" // ABCISemVer is the semantic version of the ABCI library ABCISemVer = "0.16.2"