aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-06 02:53:53 +0800
committerobscuren <geffobscura@gmail.com>2015-01-06 02:53:53 +0800
commitc9985bf563888d5f346408d2ff174167e8b65880 (patch)
treef9ef6249248c18ffb9060fc4ccf5ce29ab6f5b65 /cmd/ethereum
parent22c0c5465a274cad10367aa3f68ca64bf61e90eb (diff)
downloaddexon-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.go2
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")