From bb0a9b3d6d7059f40aa8201311e644b67514bab5 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Thu, 24 Jan 2019 19:18:32 +0400 Subject: [PATCH] bump version --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 87d81c6f..9d05afe6 100644 --- a/version/version.go +++ b/version/version.go @@ -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"