From 6b07f1cf071ec713db0735542c5c221b7fe74935 Mon Sep 17 00:00:00 2001 From: Edward FitzGerald Date: Tue, 30 Mar 2021 16:02:22 +0100 Subject: [PATCH] chore: bump version to v0.16.1 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 2f5ccf1bc..877655443 100644 --- a/version/version.go +++ b/version/version.go @@ -20,7 +20,7 @@ const ( // Must be a string because scripts like dist.sh read this file. // XXX: Don't change the name of this variable or you will break // automation :) - TMCoreSemVer = "0.16.0" + TMCoreSemVer = "0.16.1" // ABCISemVer is the semantic version of the ABCI library ABCISemVer = "0.16.1"