diff options
author | obscuren <geffobscura@gmail.com> | 2014-06-27 06:17:15 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-06-27 06:17:15 +0800 |
commit | 8151858e70e19996d05928e4c63d36cd4847daa8 (patch) | |
tree | 563ff2858ed840256cd6f3f36fe35de0958699a4 /ethutil | |
parent | 6c7e58643c18d42d616b4849bf4c81586c4afed1 (diff) | |
parent | 30f5642c621fb4a51e3844e257e10af6e304c041 (diff) | |
download | go-tangerine-8151858e70e19996d05928e4c63d36cd4847daa8.tar go-tangerine-8151858e70e19996d05928e4c63d36cd4847daa8.tar.gz go-tangerine-8151858e70e19996d05928e4c63d36cd4847daa8.tar.bz2 go-tangerine-8151858e70e19996d05928e4c63d36cd4847daa8.tar.lz go-tangerine-8151858e70e19996d05928e4c63d36cd4847daa8.tar.xz go-tangerine-8151858e70e19996d05928e4c63d36cd4847daa8.tar.zst go-tangerine-8151858e70e19996d05928e4c63d36cd4847daa8.zip |
Merge branch 'master' of github.com-obscure:ethereum/eth-go
Diffstat (limited to 'ethutil')
-rw-r--r-- | ethutil/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethutil/config.go b/ethutil/config.go index aa4ae9c3e..b253aa203 100644 --- a/ethutil/config.go +++ b/ethutil/config.go @@ -44,7 +44,7 @@ func ReadConfig(ConfigFile string, Datadir string, Identifier string, EnvPrefix } else { g.ParseAll() } - Config = &config{ExecPath: Datadir, Debug: true, Ver: "0.5.14", conf: g, Identifier: Identifier} + Config = &config{ExecPath: Datadir, Debug: true, Ver: "0.5.15", conf: g, Identifier: Identifier} Config.SetClientString("Ethereum(G)") } return Config |