diff --git a/version/version.go b/version/version.go index d14f5cc31..9b5f8dea0 100644 --- a/version/version.go +++ b/version/version.go @@ -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 )