Update Tendermint version in main (#9360)

This commit is contained in:
Sergio Mena
2022-09-02 19:01:14 +02:00
committed by GitHub
parent 6371f02810
commit bf73c7985e

View File

@@ -5,7 +5,7 @@ var TMCoreSemVer = TMVersionDefault
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.34.20"
TMVersionDefault = "v0.38.0-dev"
// ABCISemVer is the semantic version of the ABCI protocol
ABCISemVer = "1.0.0"