This commit is contained in:
obscuren 2014-07-17 15:36:16 +02:00
parent c951702423
commit 6c565eae74
3 changed files with 3 additions and 3 deletions

View File

@ -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).

View File

@ -10,7 +10,7 @@ import (
const (
ClientIdentifier = "Ethereal"
Version = "0.5.16"
Version = "0.5.17"
)
func main() {

View File

@ -9,7 +9,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
Version = "0.5.16"
Version = "0.5.17"
)
var logger = ethlog.NewLogger("CLI")