Update default version marker. (#8844)

This commit is contained in:
M. J. Fromberger
2022-06-22 15:16:58 -07:00
committed by GitHub
parent df9363c67c
commit 9daea43375

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.6"
TMVersionDefault = "0.35.7"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.17.0"