pull/122/head
obscuren 10 years ago
parent b3c975269e
commit 48a99d23cd
  1. 2
      ethereal/main.go
  2. 2
      ethereum/main.go

@ -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…
Cancel
Save