We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c951702 commit 6c565eaCopy full SHA for 6c565ea
README.md
@@ -5,7 +5,7 @@ Ethereum
5
6
Ethereum Go Client © 2014 Jeffrey Wilcke.
7
8
-Current state: Proof of Concept 0.5.16.
+Current state: Proof of Concept 0.5.17.
9
10
For the development package please see the [eth-go package](https://github.com/ethereum/eth-go).
11
ethereal/main.go
@@ -10,7 +10,7 @@ import (
const (
12
ClientIdentifier = "Ethereal"
13
- Version = "0.5.16"
+ Version = "0.5.17"
14
)
15
16
func main() {
ethereum/main.go
@@ -9,7 +9,7 @@ import (
ClientIdentifier = "Ethereum(G)"
var logger = ethlog.NewLogger("CLI")
0 commit comments