From e414752d52101216a7fe3813ee3ce0a2eeb3de2b Mon Sep 17 00:00:00 2001 From: Silas Davis <github@silasdavis.net> Date: Mon, 13 Jun 2016 19:07:19 +0100 Subject: [PATCH] Update version.go --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 0704ecb6..3fc60773 100644 --- a/version/version.go +++ b/version/version.go @@ -19,4 +19,4 @@ package version const TENDERMINT_VERSION = "0.5.0" // IMPORTANT: Eris-DB version must be on the last line of this file for // the deployment script DOCKER/build.sh to pick up the right label. -const VERSION = "0.12.0" +const VERSION = "0.12.0-rc2" -- GitLab