aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-22 20:26:10 +0800
committerobscuren <geffobscura@gmail.com>2015-02-22 20:26:10 +0800
commit321dce1f47135f673730cb86fdf1faf03dc6cbd4 (patch)
tree041b8f74bdcd290268a6b800e5fced2c20c98d88 /cmd/ethereum/main.go
parentbba85a207488d27819dc6f6f5758b80947ea200b (diff)
downloadgo-tangerine-321dce1f47135f673730cb86fdf1faf03dc6cbd4.tar.gz
go-tangerine-321dce1f47135f673730cb86fdf1faf03dc6cbd4.tar.zst
go-tangerine-321dce1f47135f673730cb86fdf1faf03dc6cbd4.zip
Bump
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 53a558a99..9c840de58 100644
--- a/cmd/ethereum/main.go
+++ b/cmd/ethereum/main.go
@@ -37,7 +37,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
- Version = "0.8.4"
+ Version = "0.8.5"
)
var clilogger = logger.NewLogger("CLI")