aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethereal/main.go')
-rw-r--r--ethereal/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/main.go b/ethereal/main.go
index 393308d00..47f6144fa 100644
--- a/ethereal/main.go
+++ b/ethereal/main.go
@@ -12,7 +12,7 @@ import (
const (
ClientIdentifier = "Ethereal"
- Version = "0.6.1"
+ Version = "0.6.2"
)
var ethereum *eth.Ethereum