aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-15 03:34:13 +0800
committerobscuren <geffobscura@gmail.com>2014-05-15 03:34:13 +0800
commitad4ffdc9474aca48ab1d3d361797398f795a6d31 (patch)
tree873da7787044997e5590d35e32076ecb7a21dae4 /ethutil
parent65f570271cc6bf2ea73a7ba2bf83d92a1ba42986 (diff)
downloadgo-tangerine-ad4ffdc9474aca48ab1d3d361797398f795a6d31.tar
go-tangerine-ad4ffdc9474aca48ab1d3d361797398f795a6d31.tar.gz
go-tangerine-ad4ffdc9474aca48ab1d3d361797398f795a6d31.tar.bz2
go-tangerine-ad4ffdc9474aca48ab1d3d361797398f795a6d31.tar.lz
go-tangerine-ad4ffdc9474aca48ab1d3d361797398f795a6d31.tar.xz
go-tangerine-ad4ffdc9474aca48ab1d3d361797398f795a6d31.tar.zst
go-tangerine-ad4ffdc9474aca48ab1d3d361797398f795a6d31.zip
Bumped version
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 07dc85f08..b4bd9158e 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 RC4"}
+ Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC6"}
Config.Log = NewLogger(LogFile|LogStd, LogLevelDebug)
Config.SetClientString("/Ethereum(G)")
}