version: bump for 0.34.12 (#6832)

This commit is contained in:
Tess Rinearson
2021-08-17 16:37:25 +02:00
committed by GitHub
parent 3dff227c5b
commit d030cddca0

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.11"
TMVersionDefault = "0.34.12"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.17.0"