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 /ethereum | |
parent | 7c65560f20d31f4b56cce3d3f8aee918c03dba14 (diff) | |
download | dexon-38cf52b62c6da4812cbef27c8a97dc839e480967.tar dexon-38cf52b62c6da4812cbef27c8a97dc839e480967.tar.gz dexon-38cf52b62c6da4812cbef27c8a97dc839e480967.tar.bz2 dexon-38cf52b62c6da4812cbef27c8a97dc839e480967.tar.lz dexon-38cf52b62c6da4812cbef27c8a97dc839e480967.tar.xz dexon-38cf52b62c6da4812cbef27c8a97dc839e480967.tar.zst dexon-38cf52b62c6da4812cbef27c8a97dc839e480967.zip |
Bumped version
Diffstat (limited to 'ethereum')
-rw-r--r-- | ethereum/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereum/main.go b/ethereum/main.go index 070d3c201..a8e60dec7 100644 --- a/ethereum/main.go +++ b/ethereum/main.go @@ -13,7 +13,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.6.2" + Version = "0.6.3" ) var logger = ethlog.NewLogger("CLI") |