Upped version number

This commit is contained in:
obscuren 2014-07-30 01:05:40 +02:00
parent 719b7784f3
commit 23f83f53cc
2 changed files with 7 additions and 5 deletions

View File

@ -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() {

View File

@ -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")