From 116a5c1e1f7ce0680883e841ed703bc5d57e77e9 Mon Sep 17 00:00:00 2001 From: Benjamin Bollen <ben@monax.io> Date: Fri, 4 Nov 2016 02:05:29 +0100 Subject: [PATCH] version: remove -develop from version number --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 1ea89d48..a1778f43 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-develop" +const VERSION = "0.12.0" -- GitLab