diff options
author | obscuren <geffobscura@gmail.com> | 2014-02-18 19:10:21 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-02-18 19:10:21 +0800 |
commit | c866fcc5b37b53e0d11c1fd7e6cb971859537f2c (patch) | |
tree | 88df6ecab80472a9ad4103ac20c0f92135a6050e /ethutil/config.go | |
parent | d7eca7bcc12e940f0aa80d45e6e802ba68143b5c (diff) | |
download | go-tangerine-c866fcc5b37b53e0d11c1fd7e6cb971859537f2c.tar go-tangerine-c866fcc5b37b53e0d11c1fd7e6cb971859537f2c.tar.gz go-tangerine-c866fcc5b37b53e0d11c1fd7e6cb971859537f2c.tar.bz2 go-tangerine-c866fcc5b37b53e0d11c1fd7e6cb971859537f2c.tar.lz go-tangerine-c866fcc5b37b53e0d11c1fd7e6cb971859537f2c.tar.xz go-tangerine-c866fcc5b37b53e0d11c1fd7e6cb971859537f2c.tar.zst go-tangerine-c866fcc5b37b53e0d11c1fd7e6cb971859537f2c.zip |
Added new address
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 2a239f8e2..df1772d81 100644 --- a/ethutil/config.go +++ b/ethutil/config.go @@ -43,7 +43,7 @@ func ReadConfig(base string) *config { } } - Config = &config{ExecPath: path, Debug: true, Ver: "0.2.2"} + Config = &config{ExecPath: path, Debug: true, Ver: "0.2.3"} Config.Log = NewLogger(LogFile|LogStd, 0) } |