From 336dc2f2c53d8a805ee35dbac99d1eec3514bda7 Mon Sep 17 00:00:00 2001 From: Callum Waters Date: Wed, 1 Jun 2022 15:48:35 +0200 Subject: [PATCH] chore: update version (#8634) --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 348c814eb..e2c8a6150 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.35.6" // ABCISemVer is the semantic version of the ABCI library ABCISemVer = "0.17.0"