chore: update version (#8634)

This commit is contained in:
Callum Waters
2022-06-01 15:48:35 +02:00
committed by GitHub
parent e8ac37223f
commit 336dc2f2c5

View File

@@ -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"