aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-14 00:57:46 +0800
committerobscuren <geffobscura@gmail.com>2015-02-14 00:57:46 +0800
commit790de35e7ff5235c83e081faf00aff35640cdcc6 (patch)
tree7aa43907d20ab4f2ed0c1553bb19818f864b1a52 /cmd/ethereum
parent218f437b0c2a80aa189e703520b5e1a5b9841b0f (diff)
downloaddexon-790de35e7ff5235c83e081faf00aff35640cdcc6.tar
dexon-790de35e7ff5235c83e081faf00aff35640cdcc6.tar.gz
dexon-790de35e7ff5235c83e081faf00aff35640cdcc6.tar.bz2
dexon-790de35e7ff5235c83e081faf00aff35640cdcc6.tar.lz
dexon-790de35e7ff5235c83e081faf00aff35640cdcc6.tar.xz
dexon-790de35e7ff5235c83e081faf00aff35640cdcc6.tar.zst
dexon-790de35e7ff5235c83e081faf00aff35640cdcc6.zip
Fixed issue in peer window
* Fixed issues where new peer window could cause a crash when entering an empty string
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 d2b3418cd..0dba462be 100644
--- a/cmd/ethereum/main.go
+++ b/cmd/ethereum/main.go
@@ -37,7 +37,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
- Version = "0.8.2"
+ Version = "0.8.3"
)
var clilogger = logger.NewLogger("CLI")