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