bump version

This commit is contained in:
Anton Kaliaev 2019-01-24 19:18:32 +04:00
parent 8992596192
commit bb0a9b3d6d
No known key found for this signature in database
GPG Key ID: 7B6881D965918214

View File

@ -18,7 +18,7 @@ const (
// TMCoreSemVer is the current version of Tendermint Core.
// It's the Semantic Version of the software.
// Must be a string because scripts like dist.sh read this file.
TMCoreSemVer = "0.29.0"
TMCoreSemVer = "0.29.1"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "0.15.0"