From a2ed26334bc0daa589055ea0d53572cad9c41ff7 Mon Sep 17 00:00:00 2001 From: Benjamin Bollen <ben@monax.io> Date: Sat, 28 Jan 2017 17:01:15 +0100 Subject: [PATCH] rpc/tendermint: config file has explicit copy, manually update version --- rpc/tendermint/test/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/tendermint/test/config.go b/rpc/tendermint/test/config.go index ff33cb30..a9f2b45e 100644 --- a/rpc/tendermint/test/config.go +++ b/rpc/tendermint/test/config.go @@ -61,7 +61,7 @@ genesis_file = "genesis.json" # version is the major and minor semantic version; # the version will be asserted on major_version = 0 - minor_version = 12 + minor_version = 16 # relative path to application manager root folder relative_root = "erismint" -- GitLab