diff options
author | obscuren <geffobscura@gmail.com> | 2014-08-15 19:45:34 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-08-15 19:45:34 +0800 |
commit | 203c4b99a0c5e3b826f5a131af2d7ec035b73107 (patch) | |
tree | 5680a5afc1dd3cef302b0d2f92baf0d61ae6d525 /ethereum/main.go | |
parent | 9f4886839fbd3cf4872d721e5be1c1d61bbb64e7 (diff) | |
download | go-tangerine-203c4b99a0c5e3b826f5a131af2d7ec035b73107.tar.gz go-tangerine-203c4b99a0c5e3b826f5a131af2d7ec035b73107.tar.zst go-tangerine-203c4b99a0c5e3b826f5a131af2d7ec035b73107.zip |
LookupDomain method to uilib
Diffstat (limited to 'ethereum/main.go')
-rw-r--r-- | ethereum/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereum/main.go b/ethereum/main.go index 17838997c..6c5c71bf3 100644 --- a/ethereum/main.go +++ b/ethereum/main.go @@ -13,7 +13,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.6.1" + Version = "0.6.2" ) var logger = ethlog.NewLogger("CLI") |