diff options
author | obscuren <geffobscura@gmail.com> | 2015-02-22 20:26:10 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-02-22 20:26:10 +0800 |
commit | 321dce1f47135f673730cb86fdf1faf03dc6cbd4 (patch) | |
tree | 041b8f74bdcd290268a6b800e5fced2c20c98d88 /cmd/ethereum | |
parent | bba85a207488d27819dc6f6f5758b80947ea200b (diff) | |
download | dexon-321dce1f47135f673730cb86fdf1faf03dc6cbd4.tar dexon-321dce1f47135f673730cb86fdf1faf03dc6cbd4.tar.gz dexon-321dce1f47135f673730cb86fdf1faf03dc6cbd4.tar.bz2 dexon-321dce1f47135f673730cb86fdf1faf03dc6cbd4.tar.lz dexon-321dce1f47135f673730cb86fdf1faf03dc6cbd4.tar.xz dexon-321dce1f47135f673730cb86fdf1faf03dc6cbd4.tar.zst dexon-321dce1f47135f673730cb86fdf1faf03dc6cbd4.zip |
Bump
Diffstat (limited to 'cmd/ethereum')
-rw-r--r-- | cmd/ethereum/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go index 53a558a99..9c840de58 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -37,7 +37,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.8.4" + Version = "0.8.5" ) var clilogger = logger.NewLogger("CLI") |