diff options
author | obscuren <geffobscura@gmail.com> | 2014-09-26 19:47:29 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-09-26 19:47:29 +0800 |
commit | bd95fd770be8e6a969513a8eaddd05f3ae47c9a3 (patch) | |
tree | 498105565b63558018ff284ebf31932dbf1cf0ef /ethereum | |
parent | b8b1453392aa6a4a801b935621cb8405e6581f8a (diff) | |
parent | 2b8eae9810d67136812a4e9e9a822db47cc45a54 (diff) | |
download | go-tangerine-0.6.7.tar go-tangerine-0.6.7.tar.gz go-tangerine-0.6.7.tar.bz2 go-tangerine-0.6.7.tar.lz go-tangerine-0.6.7.tar.xz go-tangerine-0.6.7.tar.zst go-tangerine-0.6.7.zip |
Merge branch 'release/0.6.7'v0.6.7
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 8cc043a4f..6521188ff 100644 --- a/ethereum/main.go +++ b/ethereum/main.go @@ -13,7 +13,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.6.6" + Version = "0.6.7" ) var logger = ethlog.NewLogger("CLI") |