From 96eb9d144105b7b2a8c2609cc02340f2334029b0 Mon Sep 17 00:00:00 2001
From: androlo <andreas@erisindustries.com>
Date: Tue, 17 Nov 2015 11:37:29 +0100
Subject: [PATCH] 0.11.0-rc1

---
 erisdb/serve.go | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/erisdb/serve.go b/erisdb/serve.go
index cab5a49f..c2ffb56e 100644
--- a/erisdb/serve.go
+++ b/erisdb/serve.go
@@ -14,8 +14,6 @@ import (
 	"path"
 )
 
-const TENDERMINT_VERSION = "0.5.0"
-
 var log = log15.New("module", "eris/erisdb_server")
 var tmConfig cfg.Config
 
@@ -52,7 +50,7 @@ func ServeErisDB(workDir string) (*server.ServeProcess, error) {
 
 	// Get tendermint configuration
 	tmConfig = tmcfg.GetConfig(workDir)
-	tmConfig.Set("version", TENDERMINT_VERSION)
+	tmConfig.Set("version", node.Version)
 	cfg.ApplyConfig(tmConfig) // Notify modules of new config
 
 	// Set the node up.
-- 
GitLab