diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-13 22:38:26 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-13 22:38:26 +0800 |
commit | 485e04d9df9a9f20cc21620c06bcaf62e85f5e21 (patch) | |
tree | 5daa91ac00bf1eb3769865c1b4d1292db1aed99d /ethutil/config.go | |
parent | a32dffb0e88c6df4f5a5e2dcfad17252dd37a325 (diff) | |
parent | 86d6aba0127d6f35f5dda50d08dff05581031701 (diff) | |
download | dexon-485e04d9df9a9f20cc21620c06bcaf62e85f5e21.tar dexon-485e04d9df9a9f20cc21620c06bcaf62e85f5e21.tar.gz dexon-485e04d9df9a9f20cc21620c06bcaf62e85f5e21.tar.bz2 dexon-485e04d9df9a9f20cc21620c06bcaf62e85f5e21.tar.lz dexon-485e04d9df9a9f20cc21620c06bcaf62e85f5e21.tar.xz dexon-485e04d9df9a9f20cc21620c06bcaf62e85f5e21.tar.zst dexon-485e04d9df9a9f20cc21620c06bcaf62e85f5e21.zip |
Merge branch 'release/poc5-rc4'
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 feab23e02..07dc85f08 100644 --- a/ethutil/config.go +++ b/ethutil/config.go @@ -50,7 +50,7 @@ func ReadConfig(base string) *config { } } - Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC3"} + Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC4"} Config.Log = NewLogger(LogFile|LogStd, LogLevelDebug) Config.SetClientString("/Ethereum(G)") } |