aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-17 21:36:16 +0800
committerobscuren <geffobscura@gmail.com>2014-07-17 21:36:16 +0800
commit6c565eae74b1e1a8175f12fd0e26b70e0ad730c1 (patch)
tree6667968b84c30fffd0b755a9afa70edd2ea384fb /ethereum
parentc9517024237de781cdc450bca89907217e5a8cef (diff)
downloadgo-tangerine-6c565eae74b1e1a8175f12fd0e26b70e0ad730c1.tar
go-tangerine-6c565eae74b1e1a8175f12fd0e26b70e0ad730c1.tar.gz
go-tangerine-6c565eae74b1e1a8175f12fd0e26b70e0ad730c1.tar.bz2
go-tangerine-6c565eae74b1e1a8175f12fd0e26b70e0ad730c1.tar.lz
go-tangerine-6c565eae74b1e1a8175f12fd0e26b70e0ad730c1.tar.xz
go-tangerine-6c565eae74b1e1a8175f12fd0e26b70e0ad730c1.tar.zst
go-tangerine-6c565eae74b1e1a8175f12fd0e26b70e0ad730c1.zip
bump
Diffstat (limited to 'ethereum')
-rw-r--r--ethereum/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereum/main.go b/ethereum/main.go
index fd4a89aa9..b670cb495 100644
--- a/ethereum/main.go
+++ b/ethereum/main.go
@@ -9,7 +9,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
- Version = "0.5.16"
+ Version = "0.5.17"
)
var logger = ethlog.NewLogger("CLI")