diff options
author | obscuren <geffobscura@gmail.com> | 2014-09-16 04:11:36 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-09-16 04:11:36 +0800 |
commit | d22db772480c517a853546d9ccbfb51367982303 (patch) | |
tree | abf648b45b7254e27a6513dff585eba4d9b5965b /ethereal/main.go | |
parent | 18bf586d553f46534f327281658e4b92bbbbab9a (diff) | |
download | dexon-d22db772480c517a853546d9ccbfb51367982303.tar.gz dexon-d22db772480c517a853546d9ccbfb51367982303.tar.zst dexon-d22db772480c517a853546d9ccbfb51367982303.zip |
Upped version
Diffstat (limited to 'ethereal/main.go')
-rw-r--r-- | ethereal/main.go | 2 |
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 |