Upped version number

pull/104/head^2
obscuren 10 years ago
parent 719b7784f3
commit 23f83f53cc
  1. 7
      ethereal/main.go
  2. 5
      ethereum/main.go

@ -1,16 +1,17 @@
package main
import (
"os"
"runtime"
"github.com/ethereum/eth-go/ethlog"
"github.com/ethereum/go-ethereum/utils"
"github.com/go-qml/qml"
"os"
"runtime"
)
const (
ClientIdentifier = "Ethereal"
Version = "0.6.0"
Version = "0.6.1"
)
func main() {

@ -1,15 +1,16 @@
package main
import (
"runtime"
"github.com/ethereum/eth-go/ethlog"
"github.com/ethereum/eth-go/ethutil"
"github.com/ethereum/go-ethereum/utils"
"runtime"
)
const (
ClientIdentifier = "Ethereum(G)"
Version = "0.6.0"
Version = "0.6.1"
)
var logger = ethlog.NewLogger("CLI")

Loading…
Cancel
Save