From 2e46aa43c2f13386421f9387f41b323adae41908 Mon Sep 17 00:00:00 2001
From: Benjamin Bollen <ben@erisindustries.com>
Date: Fri, 10 Jun 2016 00:19:55 +0200
Subject: [PATCH] simple patch for current deployment shell script to pick up
 the correct version

---
 version/version.go | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/version/version.go b/version/version.go
index 3ae11206..0704ecb6 100644
--- a/version/version.go
+++ b/version/version.go
@@ -16,5 +16,7 @@
 
 package version
 
-const VERSION = "0.12.0"
 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"
-- 
GitLab