aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
diff options
context:
space:
mode:
authorMaran <maran.hidskes@gmail.com>2014-05-28 22:19:25 +0800
committerMaran <maran.hidskes@gmail.com>2014-05-28 22:19:25 +0800
commit76a59274bfce73ec988131804c643be743d2b4d2 (patch)
treee1a297edd5d71d5b0dca94f828467c585ca511e1 /ethutil
parenta453b5514da21c021394b42fae23d3b9c229a03a (diff)
downloadgo-tangerine-76a59274bfce73ec988131804c643be743d2b4d2.tar
go-tangerine-76a59274bfce73ec988131804c643be743d2b4d2.tar.gz
go-tangerine-76a59274bfce73ec988131804c643be743d2b4d2.tar.bz2
go-tangerine-76a59274bfce73ec988131804c643be743d2b4d2.tar.lz
go-tangerine-76a59274bfce73ec988131804c643be743d2b4d2.tar.xz
go-tangerine-76a59274bfce73ec988131804c643be743d2b4d2.tar.zst
go-tangerine-76a59274bfce73ec988131804c643be743d2b4d2.zip
Bump to RC11
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 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)")