diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-05 21:55:26 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-05 21:55:26 +0800 |
commit | fedd4c906ff9f6139cb2d88e4f1adefbf6ea81a6 (patch) | |
tree | 1a38e845f32ecfc94a73546ec4cfdb971b740830 /ethutil/config.go | |
parent | 78cb04cca3daafa178558a3dec5f4814f824dc95 (diff) | |
download | go-tangerine-fedd4c906ff9f6139cb2d88e4f1adefbf6ea81a6.tar go-tangerine-fedd4c906ff9f6139cb2d88e4f1adefbf6ea81a6.tar.gz go-tangerine-fedd4c906ff9f6139cb2d88e4f1adefbf6ea81a6.tar.bz2 go-tangerine-fedd4c906ff9f6139cb2d88e4f1adefbf6ea81a6.tar.lz go-tangerine-fedd4c906ff9f6139cb2d88e4f1adefbf6ea81a6.tar.xz go-tangerine-fedd4c906ff9f6139cb2d88e4f1adefbf6ea81a6.tar.zst go-tangerine-fedd4c906ff9f6139cb2d88e4f1adefbf6ea81a6.zip |
bump
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 609200649..382396ceb 100644 --- a/ethutil/config.go +++ b/ethutil/config.go @@ -51,7 +51,7 @@ func ReadConfig(base string) *config { } } - Config = &config{ExecPath: path, Debug: true, Ver: "0.5"} + Config = &config{ExecPath: path, Debug: true, Ver: "0.5 RC1"} Config.Log = NewLogger(LogFile|LogStd, LogLevelDebug) Config.SetClientString("/Ethereum(G)") } |