diff options
author | obscuren <geffobscura@gmail.com> | 2014-02-28 23:45:46 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-02-28 23:45:46 +0800 |
commit | b462ca4aade75049a0fcba23c54e340f0f793dfb (patch) | |
tree | 170a5b8bbf6e791eb0c4b2aab0b56ced706539ab /ethutil | |
parent | 601340bd464e3ebae0e4fa3407be5fff3bb3fcbf (diff) | |
download | dexon-b462ca4aade75049a0fcba23c54e340f0f793dfb.tar.gz dexon-b462ca4aade75049a0fcba23c54e340f0f793dfb.tar.zst dexon-b462ca4aade75049a0fcba23c54e340f0f793dfb.zip |
Bump
Diffstat (limited to 'ethutil')
-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 5bf56134d..5fdc8e1c5 100644 --- a/ethutil/config.go +++ b/ethutil/config.go @@ -46,7 +46,7 @@ func ReadConfig(base string) *config { } } - Config = &config{ExecPath: path, Debug: true, Ver: "0.3.0"} + Config = &config{ExecPath: path, Debug: true, Ver: "0.3.1"} Config.Log = NewLogger(LogFile|LogStd, LogLevelDebug) } |