diff options
author | obscuren <geffobscura@gmail.com> | 2014-07-17 21:36:16 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-07-17 21:36:16 +0800 |
commit | 6c565eae74b1e1a8175f12fd0e26b70e0ad730c1 (patch) | |
tree | 6667968b84c30fffd0b755a9afa70edd2ea384fb | |
parent | c9517024237de781cdc450bca89907217e5a8cef (diff) | |
download | go-tangerine-6c565eae74b1e1a8175f12fd0e26b70e0ad730c1.tar.gz go-tangerine-6c565eae74b1e1a8175f12fd0e26b70e0ad730c1.tar.zst go-tangerine-6c565eae74b1e1a8175f12fd0e26b70e0ad730c1.zip |
bump
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | ethereal/main.go | 2 | ||||
-rw-r--r-- | ethereum/main.go | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ Ethereum Ethereum Go Client © 2014 Jeffrey Wilcke. -Current state: Proof of Concept 0.5.16. +Current state: Proof of Concept 0.5.17. For the development package please see the [eth-go package](https://github.com/ethereum/eth-go). diff --git a/ethereal/main.go b/ethereal/main.go index 645e8f2ce..e1cd43ace 100644 --- a/ethereal/main.go +++ b/ethereal/main.go @@ -10,7 +10,7 @@ import ( const ( ClientIdentifier = "Ethereal" - Version = "0.5.16" + Version = "0.5.17" ) func main() { 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") |