diff options
author | obscuren <geffobscura@gmail.com> | 2014-08-21 21:22:24 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-08-21 21:22:24 +0800 |
commit | 38cf52b62c6da4812cbef27c8a97dc839e480967 (patch) | |
tree | 623c62a4bd3c19136b255fbe7dcd94ab0179e985 /ethereal/main.go | |
parent | 7c65560f20d31f4b56cce3d3f8aee918c03dba14 (diff) | |
download | dexon-38cf52b62c6da4812cbef27c8a97dc839e480967.tar.gz dexon-38cf52b62c6da4812cbef27c8a97dc839e480967.tar.zst dexon-38cf52b62c6da4812cbef27c8a97dc839e480967.zip |
Bumped 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 47f6144fa..4101efbca 100644 --- a/ethereal/main.go +++ b/ethereal/main.go @@ -12,7 +12,7 @@ import ( const ( ClientIdentifier = "Ethereal" - Version = "0.6.2" + Version = "0.6.3" ) var ethereum *eth.Ethereum |