diff options
author | obscuren <geffobscura@gmail.com> | 2015-02-27 03:27:16 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-02-27 03:27:16 +0800 |
commit | 3a7c8d7ae48ef98afd1264d66648442ca113a386 (patch) | |
tree | 0c635cb4987c727d4861956666ede1628e4fa09e /cmd/ethereum | |
parent | e235b57234a68a8a39cfe7691a1825d8c6bb3443 (diff) | |
parent | 3ab05ddd25aa805510ac304c1fd8f7c5c620dff4 (diff) | |
download | go-tangerine-3a7c8d7ae48ef98afd1264d66648442ca113a386.tar go-tangerine-3a7c8d7ae48ef98afd1264d66648442ca113a386.tar.gz go-tangerine-3a7c8d7ae48ef98afd1264d66648442ca113a386.tar.bz2 go-tangerine-3a7c8d7ae48ef98afd1264d66648442ca113a386.tar.lz go-tangerine-3a7c8d7ae48ef98afd1264d66648442ca113a386.tar.xz go-tangerine-3a7c8d7ae48ef98afd1264d66648442ca113a386.tar.zst go-tangerine-3a7c8d7ae48ef98afd1264d66648442ca113a386.zip |
Merge branch 'hotfix/0.8.5-2' into develop
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 9c840de58..45e6f7b93 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -37,7 +37,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.8.5" + Version = "0.8.6" ) var clilogger = logger.NewLogger("CLI") |