Version bump

pull/136/head
obscuren 10 years ago
parent b93d6ca5d2
commit 83a4b8b49b
  1. 2
      ethereum/main.go
  2. 2
      mist/main.go

@ -13,7 +13,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
Version = "0.6.8"
Version = "0.7.0"
)
var logger = ethlog.NewLogger("CLI")

@ -12,7 +12,7 @@ import (
const (
ClientIdentifier = "Mist"
Version = "0.6.8"
Version = "0.7.0"
)
var ethereum *eth.Ethereum

Loading…
Cancel
Save