mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
bump
This commit is contained in:
parent
b3c975269e
commit
48a99d23cd
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ import (
|
|||
|
||||
const (
|
||||
ClientIdentifier = "Ethereal"
|
||||
Version = "0.6.3"
|
||||
Version = "0.6.4"
|
||||
)
|
||||
|
||||
var ethereum *eth.Ethereum
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ import (
|
|||
|
||||
const (
|
||||
ClientIdentifier = "Ethereum(G)"
|
||||
Version = "0.6.3"
|
||||
Version = "0.6.4"
|
||||
)
|
||||
|
||||
var logger = ethlog.NewLogger("CLI")
|
||||
|
|
|
|||
Loading…
Reference in a new issue