diff options
author | obscuren <geffobscura@gmail.com> | 2014-07-24 18:30:41 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-07-24 18:30:41 +0800 |
commit | a06a84d19b24da4005bc4d150f071ec4a703521b (patch) | |
tree | 68b5ff4d60831d278cea13ea2a95de8af04ff3ed /ethereum/main.go | |
parent | e7a80ec68165755678647f2d3e9b475d492a70dd (diff) | |
download | go-tangerine-a06a84d19b24da4005bc4d150f071ec4a703521b.tar.gz go-tangerine-a06a84d19b24da4005bc4d150f071ec4a703521b.tar.zst go-tangerine-a06a84d19b24da4005bc4d150f071ec4a703521b.zip |
Refactored to reflect the new VM and State
Diffstat (limited to 'ethereum/main.go')
-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 b670cb495..217991074 100644 --- a/ethereum/main.go +++ b/ethereum/main.go @@ -9,7 +9,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.5.17" + Version = "0.6.0" ) var logger = ethlog.NewLogger("CLI") |