diff options
author | obscuren <geffobscura@gmail.com> | 2015-02-21 07:42:57 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-02-21 07:42:57 +0800 |
commit | 92337baa5a51f4d4ec39cb5004bdcc4b07d321e0 (patch) | |
tree | 1801c567d45d3656d4a66d93c80ab50d3d4c7a22 /cmd/ethereum | |
parent | f9663b8f4f0af5dd456c3dd9682d86912091204b (diff) | |
download | go-tangerine-92337baa5a51f4d4ec39cb5004bdcc4b07d321e0.tar.gz go-tangerine-92337baa5a51f4d4ec39cb5004bdcc4b07d321e0.tar.zst go-tangerine-92337baa5a51f4d4ec39cb5004bdcc4b07d321e0.zip |
reverted back to proper version number
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 fcf7f8ef0..53a558a99 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -37,7 +37,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.9.0" + Version = "0.8.4" ) var clilogger = logger.NewLogger("CLI") |