From af992361055b5541c1bd388994e386652e4d7254 Mon Sep 17 00:00:00 2001 From: Marko Baricevic Date: Wed, 15 Jan 2020 12:45:10 +0100 Subject: [PATCH] release: 0.33 Signed-off-by: Marko Baricevic --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 603e44702..989e8ddb1 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.8" + TMCoreSemVer = "0.33.0" // ABCISemVer is the semantic version of the ABCI library ABCISemVer = "0.16.1"