From 97a63681a8c27afe3e0a3d69157949abe9b1be6c Mon Sep 17 00:00:00 2001 From: Zaki Manian Date: Thu, 26 Sep 2019 08:48:37 -0700 Subject: [PATCH] Update version.go for release --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index b0d4ff1a5..68e96e889 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.31.8" + TMCoreSemVer = "0.31.9" // ABCISemVer is the semantic version of the ABCI library ABCISemVer = "0.16.0"