From ac107cf73605e9283f193ee8c7c7cc42c1364b57 Mon Sep 17 00:00:00 2001 From: Silas Davis <silas@erisindustries.com> Date: Tue, 11 Oct 2016 18:01:24 +0100 Subject: [PATCH] Bump version, but label as development version --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index d285dbec..1ea89d48 100644 --- a/version/version.go +++ b/version/version.go @@ -129,4 +129,4 @@ func (version *VersionIdentifier) MatchesMinorVersion( // IMPORTANT: Eris-DB version must be on the last line of this file for // the deployment script tests/build_tool.sh to pick up the right label. -const VERSION = "0.12.0-rc3" +const VERSION = "0.12.0-develop" -- GitLab