aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/main.go
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/mist/main.go
parent218f437b0c2a80aa189e703520b5e1a5b9841b0f (diff)
downloadgo-tangerine-790de35e7ff5235c83e081faf00aff35640cdcc6.tar.gz
go-tangerine-790de35e7ff5235c83e081faf00aff35640cdcc6.tar.zst
go-tangerine-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/mist/main.go')
-rw-r--r--cmd/mist/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/main.go b/cmd/mist/main.go
index 52b5e4e94..32222fbef 100644
--- a/cmd/mist/main.go
+++ b/cmd/mist/main.go
@@ -36,7 +36,7 @@ import (
const (
ClientIdentifier = "Mist"
- Version = "0.8.2"
+ Version = "0.8.3"
)
var ethereum *eth.Ethereum