Skip to content

Commit 6c565ea

Browse files
committed
bump
1 parent c951702 commit 6c565ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Ethereum
55

66
Ethereum Go Client © 2014 Jeffrey Wilcke.
77

8-
Current state: Proof of Concept 0.5.16.
8+
Current state: Proof of Concept 0.5.17.
99

1010
For the development package please see the [eth-go package](https://github.com/ethereum/eth-go).
1111

ethereal/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
const (
1212
ClientIdentifier = "Ethereal"
13-
Version = "0.5.16"
13+
Version = "0.5.17"
1414
)
1515

1616
func main() {

ethereum/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
const (
1111
ClientIdentifier = "Ethereum(G)"
12-
Version = "0.5.16"
12+
Version = "0.5.17"
1313
)
1414

1515
var logger = ethlog.NewLogger("CLI")

0 commit comments

Comments
 (0)