diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-06 02:53:53 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-06 02:53:53 +0800 |
commit | c9985bf563888d5f346408d2ff174167e8b65880 (patch) | |
tree | f9ef6249248c18ffb9060fc4ccf5ce29ab6f5b65 /cmd/ethereum | |
parent | 22c0c5465a274cad10367aa3f68ca64bf61e90eb (diff) | |
download | dexon-c9985bf563888d5f346408d2ff174167e8b65880.tar.gz dexon-c9985bf563888d5f346408d2ff174167e8b65880.tar.zst dexon-c9985bf563888d5f346408d2ff174167e8b65880.zip |
Fixed peer window. Minor tweaks and fixes
Diffstat (limited to 'cmd/ethereum')
-rw-r--r-- | cmd/ethereum/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go index 8b83bbd37..3c143aca1 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -32,7 +32,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.8.0" + Version = "0.8.1" ) var clilogger = logger.NewLogger("CLI") |