diff options
author | Jeffrey Wilcke <obscuren@users.noreply.github.com> | 2014-06-27 06:11:55 +0800 |
---|---|---|
committer | Jeffrey Wilcke <obscuren@users.noreply.github.com> | 2014-06-27 06:11:55 +0800 |
commit | 30f5642c621fb4a51e3844e257e10af6e304c041 (patch) | |
tree | f213955606f2640dd674587eaadd81af84ccb2df /ethutil | |
parent | e3ad2a39699a4c33a3ee5ee0525552d1f1ecedfc (diff) | |
parent | d551a75c35027a3cf6344293923cdcdab61d5f38 (diff) | |
download | dexon-30f5642c621fb4a51e3844e257e10af6e304c041.tar.gz dexon-30f5642c621fb4a51e3844e257e10af6e304c041.tar.zst dexon-30f5642c621fb4a51e3844e257e10af6e304c041.zip |
Merge pull request #26 from ethersphere/master
bump v5.15
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 |