aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethereum/main.go')
-rw-r--r--ethereum/main.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/ethereum/main.go b/ethereum/main.go
index 217991074..9ece8133d 100644
--- a/ethereum/main.go
+++ b/ethereum/main.go
@@ -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")