aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-30 07:05:40 +0800
committerobscuren <geffobscura@gmail.com>2014-07-30 07:05:40 +0800
commit23f83f53ccd71e5aefa9faf93e3527a589d1e487 (patch)
tree965f1d53713a6731b357d856ab57bdaeb2f298e7 /ethereum/main.go
parent719b7784f38a8ee6158d4d5a9230a98041f140b1 (diff)
downloaddexon-23f83f53ccd71e5aefa9faf93e3527a589d1e487.tar
dexon-23f83f53ccd71e5aefa9faf93e3527a589d1e487.tar.gz
dexon-23f83f53ccd71e5aefa9faf93e3527a589d1e487.tar.bz2
dexon-23f83f53ccd71e5aefa9faf93e3527a589d1e487.tar.lz
dexon-23f83f53ccd71e5aefa9faf93e3527a589d1e487.tar.xz
dexon-23f83f53ccd71e5aefa9faf93e3527a589d1e487.tar.zst
dexon-23f83f53ccd71e5aefa9faf93e3527a589d1e487.zip
Upped version number
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")