Commit 23f83f53 authored by obscuren's avatar obscuren

Upped version number

parent 719b7784
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() {
......
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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment