Prepare changelog for v0.34.18 release. (#8263)

* Update branch changelogs.
* Update version marker.
This commit is contained in:
M. J. Fromberger
2022-04-06 11:55:55 -07:00
committed by GitHub
parent 9ae5797866
commit ecf19029b4
3 changed files with 9 additions and 3 deletions
+1 -1
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.17"
TMVersionDefault = "0.34.18"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.17.0"