release: prepare v0.34.21 (#9285)

This commit is contained in:
Callum Waters
2022-08-18 14:34:40 +02:00
committed by GitHub
parent bca737c2d3
commit a41c5eec11
3 changed files with 34 additions and 26 deletions

View File

@@ -7,7 +7,7 @@ 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"
TMVersionDefault = "0.34.21"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.17.0"