diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-20 23:08:53 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-20 23:08:53 +0800 |
commit | c37b3cef7dc465832761b1da6761eeaa47e368d1 (patch) | |
tree | d4622ae52bcc4c158aa26cf171a306979307bfc9 /ethutil/config.go | |
parent | 0c4040d191662593b627048e35dde6a9ec1ce307 (diff) | |
download | dexon-c37b3cef7dc465832761b1da6761eeaa47e368d1.tar dexon-c37b3cef7dc465832761b1da6761eeaa47e368d1.tar.gz dexon-c37b3cef7dc465832761b1da6761eeaa47e368d1.tar.bz2 dexon-c37b3cef7dc465832761b1da6761eeaa47e368d1.tar.lz dexon-c37b3cef7dc465832761b1da6761eeaa47e368d1.tar.xz dexon-c37b3cef7dc465832761b1da6761eeaa47e368d1.tar.zst dexon-c37b3cef7dc465832761b1da6761eeaa47e368d1.zip |
Bump
Diffstat (limited to 'ethutil/config.go')
-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 fd590fbdb..abe86babe 100644 --- a/ethutil/config.go +++ b/ethutil/config.go @@ -42,7 +42,7 @@ func ReadConfig(base string, logTypes LoggerType) *config { } } - Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC6"} + Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC7"} Config.Log = NewLogger(logTypes, LogLevelDebug) Config.SetClientString("/Ethereum(G)") } |