From 8af5ac097832fe954d2a4e2936a117ee923760d3 Mon Sep 17 00:00:00 2001
From: Benjamin Bollen <ben@monax.io>
Date: Fri, 24 Feb 2017 19:05:39 +0100
Subject: [PATCH] version: rewind - this is still on 0.16.0

---
 version/version.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/version/version.go b/version/version.go
index 20025990..103c787d 100644
--- a/version/version.go
+++ b/version/version.go
@@ -32,7 +32,7 @@ const (
 	// Minor version component of the current release
 	erisVersionMinor = 16
 	// Patch version component of the current release
-	erisVersionPatch = 1
+	erisVersionPatch = 0
 )
 
 var erisVersion *VersionIdentifier
@@ -127,4 +127,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.16.1"
+const VERSION = "0.16.0"
-- 
GitLab