aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-12-04 22:31:48 +0800
committerobscuren <geffobscura@gmail.com>2014-12-04 22:31:48 +0800
commit73c4ca3a6fcf948f4bc637f5c1b55277cf64c06f (patch)
tree06c36a0cf7161b4d05e2b891eb02a3b6661ef322 /cmd
parent296112848cfe1a9697bbb92a9deb3eb1e04d6276 (diff)
downloadgo-tangerine-73c4ca3a6fcf948f4bc637f5c1b55277cf64c06f.tar
go-tangerine-73c4ca3a6fcf948f4bc637f5c1b55277cf64c06f.tar.gz
go-tangerine-73c4ca3a6fcf948f4bc637f5c1b55277cf64c06f.tar.bz2
go-tangerine-73c4ca3a6fcf948f4bc637f5c1b55277cf64c06f.tar.lz
go-tangerine-73c4ca3a6fcf948f4bc637f5c1b55277cf64c06f.tar.xz
go-tangerine-73c4ca3a6fcf948f4bc637f5c1b55277cf64c06f.tar.zst
go-tangerine-73c4ca3a6fcf948f4bc637f5c1b55277cf64c06f.zip
Upped protocol version
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 c39f904fb..14921bf10 100644
--- a/cmd/ethereum/main.go
+++ b/cmd/ethereum/main.go
@@ -30,7 +30,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
- Version = "0.7.7"
+ Version = "0.7.8"
)
var clilogger = logger.NewLogger("CLI")
diff --git a/cmd/mist/main.go b/cmd/mist/main.go
index 8c46de6d9..5503097f2 100644
--- a/cmd/mist/main.go
+++ b/cmd/mist/main.go
@@ -31,7 +31,7 @@ import (
const (
ClientIdentifier = "Mist"
- Version = "0.7.7"
+ Version = "0.7.8"
)
var ethereum *eth.Ethereum