aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-12-19 08:18:22 +0800
committerobscuren <geffobscura@gmail.com>2014-12-19 08:18:22 +0800
commit88af879f7ae55249ff7a9669184b52a611e4fb20 (patch)
tree464f1f4e03664bea50988c068773620a71bd02e4 /cmd
parent12671c82eadc367a43502109e5e0237e228da998 (diff)
downloadgo-tangerine-88af879f7ae55249ff7a9669184b52a611e4fb20.tar
go-tangerine-88af879f7ae55249ff7a9669184b52a611e4fb20.tar.gz
go-tangerine-88af879f7ae55249ff7a9669184b52a611e4fb20.tar.bz2
go-tangerine-88af879f7ae55249ff7a9669184b52a611e4fb20.tar.lz
go-tangerine-88af879f7ae55249ff7a9669184b52a611e4fb20.tar.xz
go-tangerine-88af879f7ae55249ff7a9669184b52a611e4fb20.tar.zst
go-tangerine-88af879f7ae55249ff7a9669184b52a611e4fb20.zip
version bump
Diffstat (limited to 'cmd')
-rw-r--r--cmd/ethereum/main.go2
-rw-r--r--cmd/mist/main.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go
index 9efc8e9dc..2a3c46054 100644
--- a/cmd/ethereum/main.go
+++ b/cmd/ethereum/main.go
@@ -30,7 +30,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
- Version = "0.7.9"
+ Version = "0.7.10"
)
var clilogger = logger.NewLogger("CLI")
diff --git a/cmd/mist/main.go b/cmd/mist/main.go
index 14336b4e8..eaf0af0c7 100644
--- a/cmd/mist/main.go
+++ b/cmd/mist/main.go
@@ -31,7 +31,7 @@ import (
const (
ClientIdentifier = "Mist"
- Version = "0.7.9"
+ Version = "0.7.10"
)
var ethereum *eth.Ethereum