aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-21 01:14:53 +0800
committerobscuren <geffobscura@gmail.com>2015-02-21 01:14:53 +0800
commit703dc8299c2a1c6956812b48c544300f23e4f22b (patch)
tree46ab5943fd5e26198067aeec4a44287452eb2a32 /cmd/mist/main.go
parent66d5559866f37a79a7b5aeccd03dfe1b4401542b (diff)
parentd586a633ff005ac01c9f1eb33552d147cf6c883e (diff)
downloaddexon-703dc8299c2a1c6956812b48c544300f23e4f22b.tar
dexon-703dc8299c2a1c6956812b48c544300f23e4f22b.tar.gz
dexon-703dc8299c2a1c6956812b48c544300f23e4f22b.tar.bz2
dexon-703dc8299c2a1c6956812b48c544300f23e4f22b.tar.lz
dexon-703dc8299c2a1c6956812b48c544300f23e4f22b.tar.xz
dexon-703dc8299c2a1c6956812b48c544300f23e4f22b.tar.zst
dexon-703dc8299c2a1c6956812b48c544300f23e4f22b.zip
Merge branch 'release/0.9.0' into develop
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 d41aa34bf..c7152347d 100644
--- a/cmd/mist/main.go
+++ b/cmd/mist/main.go
@@ -36,7 +36,7 @@ import (
const (
ClientIdentifier = "Mist"
- Version = "0.8.3"
+ Version = "0.9.0"
)
var ethereum *eth.Ethereum