aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-27 22:10:18 +0800
committerobscuren <geffobscura@gmail.com>2014-05-27 22:10:18 +0800
commita4285331601d9d77458d0d714dd110144c796023 (patch)
tree92bdc135c360cd1cd6710fd862ce4cb644507450 /ethutil
parent006c757a039eb5ad1b86363d2b87786f5354021e (diff)
downloaddexon-a4285331601d9d77458d0d714dd110144c796023.tar
dexon-a4285331601d9d77458d0d714dd110144c796023.tar.gz
dexon-a4285331601d9d77458d0d714dd110144c796023.tar.bz2
dexon-a4285331601d9d77458d0d714dd110144c796023.tar.lz
dexon-a4285331601d9d77458d0d714dd110144c796023.tar.xz
dexon-a4285331601d9d77458d0d714dd110144c796023.tar.zst
dexon-a4285331601d9d77458d0d714dd110144c796023.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 40ab3aa69..a7c318e52 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 RC9"}
+ Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC10"}
Config.Identifier = id
Config.Log = NewLogger(logTypes, LogLevelDebug)
Config.SetClientString("/Ethereum(G)")