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 12671c8 commit 88af879Copy full SHA for 88af879
cmd/ethereum/main.go
@@ -30,7 +30,7 @@ import (
30
31
const (
32
ClientIdentifier = "Ethereum(G)"
33
- Version = "0.7.9"
+ Version = "0.7.10"
34
)
35
36
var clilogger = logger.NewLogger("CLI")
cmd/mist/main.go
@@ -31,7 +31,7 @@ import (
ClientIdentifier = "Mist"
37
var ethereum *eth.Ethereum
0 commit comments