Prepare changelog for v0.34.19. (#8278)

This commit is contained in:
M. J. Fromberger
2022-04-07 14:39:44 -07:00
committed by GitHub
parent 6e85f46d9a
commit 2f231ceb95
3 changed files with 8 additions and 2 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.18"
TMVersionDefault = "0.34.19"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.17.0"