Release v0.34.23 (#9684)

* version: Bump to v0.34.23

Signed-off-by: Thane Thomson <connect@thanethomson.com>

* Prepare changelog

Signed-off-by: Thane Thomson <connect@thanethomson.com>

Signed-off-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
Thane Thomson
2022-11-09 14:35:40 -05:00
committed by GitHub
parent dae7b69af3
commit e0f68fe640
3 changed files with 42 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ var TMCoreSemVer = TMVersionDefault
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.22"
TMVersionDefault = "0.34.23"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.17.0"