aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-26 06:38:53 +0800
committerobscuren <geffobscura@gmail.com>2014-05-26 06:38:53 +0800
commit1f3f76cb092e84bd2e90950f0d43d7657eae878e (patch)
tree96e360fc19b7c0a37172d6d27d1221bf175228e6 /ethutil
parent3ebd7f1166f03f94117651d8e74b9603ee7d6966 (diff)
downloaddexon-1f3f76cb092e84bd2e90950f0d43d7657eae878e.tar
dexon-1f3f76cb092e84bd2e90950f0d43d7657eae878e.tar.gz
dexon-1f3f76cb092e84bd2e90950f0d43d7657eae878e.tar.bz2
dexon-1f3f76cb092e84bd2e90950f0d43d7657eae878e.tar.lz
dexon-1f3f76cb092e84bd2e90950f0d43d7657eae878e.tar.xz
dexon-1f3f76cb092e84bd2e90950f0d43d7657eae878e.tar.zst
dexon-1f3f76cb092e84bd2e90950f0d43d7657eae878e.zip
bump
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 e6cbde4b6..40ab3aa69 100644
--- a/ethutil/config.go
+++ b/ethutil/config.go
@@ -43,7 +43,7 @@ func ReadConfig(base string, logTypes LoggerType, id string) *config {
}
}
- Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC8"}
+ Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC9"}
Config.Identifier = id
Config.Log = NewLogger(logTypes, LogLevelDebug)
Config.SetClientString("/Ethereum(G)")