aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-16 04:11:36 +0800
committerobscuren <geffobscura@gmail.com>2014-09-16 04:11:36 +0800
commitd22db772480c517a853546d9ccbfb51367982303 (patch)
treeabf648b45b7254e27a6513dff585eba4d9b5965b
parent18bf586d553f46534f327281658e4b92bbbbab9a (diff)
downloaddexon-d22db772480c517a853546d9ccbfb51367982303.tar.gz
dexon-d22db772480c517a853546d9ccbfb51367982303.tar.zst
dexon-d22db772480c517a853546d9ccbfb51367982303.zip
Upped version
-rw-r--r--ethereal/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/main.go b/ethereal/main.go
index ac94a6622..dff0abbb7 100644
--- a/ethereal/main.go
+++ b/ethereal/main.go
@@ -12,7 +12,7 @@ import (
const (
ClientIdentifier = "Ethereal"
- Version = "0.6.5"
+ Version = "0.6.6"
)
var ethereum *eth.Ethereum