diff options
author | obscuren <geffobscura@gmail.com> | 2014-08-22 01:22:16 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-08-22 01:22:16 +0800 |
commit | 48a99d23cd1e01e0b5d8f072e85abbaa6da60d1b (patch) | |
tree | 0c3367decc0791379df7d780e665a8d48ab5a85a /ethereal/main.go | |
parent | b3c975269e8d7c2f168f73a3e1e24588341c779d (diff) | |
download | dexon-48a99d23cd1e01e0b5d8f072e85abbaa6da60d1b.tar.gz dexon-48a99d23cd1e01e0b5d8f072e85abbaa6da60d1b.tar.zst dexon-48a99d23cd1e01e0b5d8f072e85abbaa6da60d1b.zip |
bump
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 4101efbca..4cb8630e8 100644 --- a/ethereal/main.go +++ b/ethereal/main.go @@ -12,7 +12,7 @@ import ( const ( ClientIdentifier = "Ethereal" - Version = "0.6.3" + Version = "0.6.4" ) var ethereum *eth.Ethereum |