aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/config.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-02-18 19:10:21 +0800
committerobscuren <geffobscura@gmail.com>2014-02-18 19:10:21 +0800
commitc866fcc5b37b53e0d11c1fd7e6cb971859537f2c (patch)
tree88df6ecab80472a9ad4103ac20c0f92135a6050e /ethutil/config.go
parentd7eca7bcc12e940f0aa80d45e6e802ba68143b5c (diff)
downloadgo-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.go2
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)
}