Update Tendermint version to v0.37.0 (#9354)

* Update Tendermint version

* Update version/version.go

Co-authored-by: Thane Thomson <connect@thanethomson.com>

Co-authored-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
Sergio Mena
2022-09-02 19:25:15 +02:00
committed by GitHub
parent 7abc9476ab
commit 6ed1bb96d7

View File

@@ -7,9 +7,9 @@ var (
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"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.18.0"
TMVersionDefault = "0.37.0-alpha.1"
// ABCISemVer is the semantic version of the ABCI protocol
ABCISemVer = "1.0.0"
ABCIVersion = ABCISemVer
)