diff options
author | Maran <maran.hidskes@gmail.com> | 2014-05-28 22:19:25 +0800 |
---|---|---|
committer | Maran <maran.hidskes@gmail.com> | 2014-05-28 22:19:25 +0800 |
commit | 76a59274bfce73ec988131804c643be743d2b4d2 (patch) | |
tree | e1a297edd5d71d5b0dca94f828467c585ca511e1 /ethutil/config.go | |
parent | a453b5514da21c021394b42fae23d3b9c229a03a (diff) | |
download | dexon-76a59274bfce73ec988131804c643be743d2b4d2.tar dexon-76a59274bfce73ec988131804c643be743d2b4d2.tar.gz dexon-76a59274bfce73ec988131804c643be743d2b4d2.tar.bz2 dexon-76a59274bfce73ec988131804c643be743d2b4d2.tar.lz dexon-76a59274bfce73ec988131804c643be743d2b4d2.tar.xz dexon-76a59274bfce73ec988131804c643be743d2b4d2.tar.zst dexon-76a59274bfce73ec988131804c643be743d2b4d2.zip |
Bump to RC11
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 a7c318e52..fb270ce72 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 RC10"} + Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC11"} Config.Identifier = id Config.Log = NewLogger(logTypes, LogLevelDebug) Config.SetClientString("/Ethereum(G)") |