From 827d5e9c329623edd406e330670f2121bf3e9384 Mon Sep 17 00:00:00 2001 From: Benjamin Bollen <ben@erisindustries.com> Date: Tue, 23 Aug 2016 15:45:21 +0200 Subject: [PATCH] version: correct develop to v0.12.0-rc3; deprecate TENDERMINT_VERSION --- version/version.go | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/version/version.go b/version/version.go index d6e52b9d..52112004 100644 --- a/version/version.go +++ b/version/version.go @@ -125,11 +125,8 @@ func (version *VersionIdentifier) MatchesMinorVersion( } //------------------------------------------------------------------------------ -// Version number for DOCKER/build.sh - -// NOTE [ben]: deprecate public const version string -const TENDERMINT_VERSION = "0.5.0" +// Version number for tests/build_tool.sh // 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-rc2" +// the deployment script tests/build_tool.sh to pick up the right label. +const VERSION = "0.12.0-rc3" \ No newline at end of file -- GitLab