aboutsummaryrefslogtreecommitdiffstats
path: root/mist/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'mist/main.go')
-rw-r--r--mist/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mist/main.go b/mist/main.go
index 094246c1a..6e4554352 100644
--- a/mist/main.go
+++ b/mist/main.go
@@ -12,7 +12,7 @@ import (
const (
ClientIdentifier = "Mist"
- Version = "0.6.6"
+ Version = "0.6.7"
)
var ethereum *eth.Ethereum