aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/config.go
diff options
context:
space:
mode:
authorMaran <maran.hidskes@gmail.com>2014-05-28 22:19:31 +0800
committerMaran <maran.hidskes@gmail.com>2014-05-28 22:19:31 +0800
commit95adac7522d6041a2d6bf7b2c6b1fd311c4e6e2a (patch)
treee1a297edd5d71d5b0dca94f828467c585ca511e1 /ethutil/config.go
parent818cbcbdd41854eff7b4943039e10c1e609b240d (diff)
parent76a59274bfce73ec988131804c643be743d2b4d2 (diff)
downloaddexon-95adac7522d6041a2d6bf7b2c6b1fd311c4e6e2a.tar
dexon-95adac7522d6041a2d6bf7b2c6b1fd311c4e6e2a.tar.gz
dexon-95adac7522d6041a2d6bf7b2c6b1fd311c4e6e2a.tar.bz2
dexon-95adac7522d6041a2d6bf7b2c6b1fd311c4e6e2a.tar.lz
dexon-95adac7522d6041a2d6bf7b2c6b1fd311c4e6e2a.tar.xz
dexon-95adac7522d6041a2d6bf7b2c6b1fd311c4e6e2a.tar.zst
dexon-95adac7522d6041a2d6bf7b2c6b1fd311c4e6e2a.zip
Merge branch 'release/poc5-rc11'
Diffstat (limited to 'ethutil/config.go')
-rw-r--r--ethutil/config.go2
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)")