aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-05 21:55:26 +0800
committerobscuren <geffobscura@gmail.com>2014-05-05 21:55:26 +0800
commitfedd4c906ff9f6139cb2d88e4f1adefbf6ea81a6 (patch)
tree1a38e845f32ecfc94a73546ec4cfdb971b740830 /ethutil
parent78cb04cca3daafa178558a3dec5f4814f824dc95 (diff)
downloaddexon-fedd4c906ff9f6139cb2d88e4f1adefbf6ea81a6.tar
dexon-fedd4c906ff9f6139cb2d88e4f1adefbf6ea81a6.tar.gz
dexon-fedd4c906ff9f6139cb2d88e4f1adefbf6ea81a6.tar.bz2
dexon-fedd4c906ff9f6139cb2d88e4f1adefbf6ea81a6.tar.lz
dexon-fedd4c906ff9f6139cb2d88e4f1adefbf6ea81a6.tar.xz
dexon-fedd4c906ff9f6139cb2d88e4f1adefbf6ea81a6.tar.zst
dexon-fedd4c906ff9f6139cb2d88e4f1adefbf6ea81a6.zip
bump
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 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)")
}