aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
diff options
context:
space:
mode:
authorzelig <viktor.tron@gmail.com>2014-06-27 04:20:02 +0800
committerzelig <viktor.tron@gmail.com>2014-06-27 04:20:02 +0800
commitd551a75c35027a3cf6344293923cdcdab61d5f38 (patch)
tree31eecb981d11e550b618ed2a4fc6dc8cf22eb39c /ethutil
parent9d5a3f013121c319f9cf679d9afc4e40661a0284 (diff)
downloaddexon-d551a75c35027a3cf6344293923cdcdab61d5f38.tar
dexon-d551a75c35027a3cf6344293923cdcdab61d5f38.tar.gz
dexon-d551a75c35027a3cf6344293923cdcdab61d5f38.tar.bz2
dexon-d551a75c35027a3cf6344293923cdcdab61d5f38.tar.lz
dexon-d551a75c35027a3cf6344293923cdcdab61d5f38.tar.xz
dexon-d551a75c35027a3cf6344293923cdcdab61d5f38.tar.zst
dexon-d551a75c35027a3cf6344293923cdcdab61d5f38.zip
bump v5.15
Diffstat (limited to 'ethutil')
-rw-r--r--ethutil/config.go2
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