From 559fb33ff9b27503ce7ac1c7d8589fe1d8b3e900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Thu, 28 Jul 2022 16:08:59 +0200 Subject: [PATCH] update version to "0.1.1-abcipp" --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 483fca031a4..2004da90b9c 100644 --- a/version/version.go +++ b/version/version.go @@ -10,7 +10,7 @@ const ( // TMVersionDefault is the used as the fallback version of Tendermint Core // when not using git describe. It is formatted with semantic versioning. - TMVersionDefault = "0.35.0-unreleased" + TMVersionDefault = "0.1.1-abcipp" // ABCISemVer is the semantic version of the ABCI library ABCISemVer = "0.17.0"