diff --git a/version/version.go b/version/version.go index e2c8a6150..b0096fdca 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.6" + TMVersionDefault = "0.35.7" // ABCISemVer is the semantic version of the ABCI library ABCISemVer = "0.17.0"