diff options
author | obscuren <geffobscura@gmail.com> | 2014-12-03 19:21:12 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-12-03 19:21:12 +0800 |
commit | 3d9a4e7084c33cb28a2265c0dd232a0ea3871c92 (patch) | |
tree | 84b7ccf6ea1ccc4eca0b8ded0a382c1bfe98e190 /cmd/ethereum | |
parent | f7789220862f67c2aadaf7b6a44fcd54152dd234 (diff) | |
download | dexon-3d9a4e7084c33cb28a2265c0dd232a0ea3871c92.tar dexon-3d9a4e7084c33cb28a2265c0dd232a0ea3871c92.tar.gz dexon-3d9a4e7084c33cb28a2265c0dd232a0ea3871c92.tar.bz2 dexon-3d9a4e7084c33cb28a2265c0dd232a0ea3871c92.tar.lz dexon-3d9a4e7084c33cb28a2265c0dd232a0ea3871c92.tar.xz dexon-3d9a4e7084c33cb28a2265c0dd232a0ea3871c92.tar.zst dexon-3d9a4e7084c33cb28a2265c0dd232a0ea3871c92.zip |
Fixed mem error in vm. Fixed logs tests
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 1493de384..60052314c 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -30,7 +30,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.7.6" + Version = "0.7.7" ) var clilogger = logger.NewLogger("CLI") |