aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-21 07:42:57 +0800
committerobscuren <geffobscura@gmail.com>2015-02-21 07:42:57 +0800
commit92337baa5a51f4d4ec39cb5004bdcc4b07d321e0 (patch)
tree1801c567d45d3656d4a66d93c80ab50d3d4c7a22 /cmd/mist/main.go
parentf9663b8f4f0af5dd456c3dd9682d86912091204b (diff)
downloadgo-tangerine-92337baa5a51f4d4ec39cb5004bdcc4b07d321e0.tar.gz
go-tangerine-92337baa5a51f4d4ec39cb5004bdcc4b07d321e0.tar.zst
go-tangerine-92337baa5a51f4d4ec39cb5004bdcc4b07d321e0.zip
reverted back to proper version number
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 c7152347d..45eddeb28 100644
--- a/cmd/mist/main.go
+++ b/cmd/mist/main.go
@@ -36,7 +36,7 @@ import (
const (
ClientIdentifier = "Mist"
- Version = "0.9.0"
+ Version = "0.8.4"
)
var ethereum *eth.Ethereum