docs: create separate releases doc (#7040)

This commit is contained in:
Callum Waters
2021-10-06 11:59:21 +02:00
committed by GitHub
parent 0ef1a12186
commit e4d6f6df09
3 changed files with 162 additions and 145 deletions
+1 -1
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.34.11"
TMVersionDefault = "0.35.0-unreleased"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.17.0"