aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-21 07:42:57 +0800
committerobscuren <geffobscura@gmail.com>2015-02-21 07:42:57 +0800
commit92337baa5a51f4d4ec39cb5004bdcc4b07d321e0 (patch)
tree1801c567d45d3656d4a66d93c80ab50d3d4c7a22 /cmd/ethereum/main.go
parentf9663b8f4f0af5dd456c3dd9682d86912091204b (diff)
downloadgo-tangerine-92337baa5a51f4d4ec39cb5004bdcc4b07d321e0.tar
go-tangerine-92337baa5a51f4d4ec39cb5004bdcc4b07d321e0.tar.gz
go-tangerine-92337baa5a51f4d4ec39cb5004bdcc4b07d321e0.tar.bz2
go-tangerine-92337baa5a51f4d4ec39cb5004bdcc4b07d321e0.tar.lz
go-tangerine-92337baa5a51f4d4ec39cb5004bdcc4b07d321e0.tar.xz
go-tangerine-92337baa5a51f4d4ec39cb5004bdcc4b07d321e0.tar.zst
go-tangerine-92337baa5a51f4d4ec39cb5004bdcc4b07d321e0.zip
reverted back to proper version number
Diffstat (limited to 'cmd/ethereum/main.go')
-rw-r--r--cmd/ethereum/main.go2
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")