release: prepare changelog for v0.34.11 (#6597)

This commit is contained in:
Callum Waters
2021-06-18 11:44:39 +02:00
committed by GitHub
parent d515bbcf1d
commit c2908ef785
3 changed files with 26 additions and 9 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.10"
TMVersionDefault = "0.34.11"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.17.0"