aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-12-05 23:26:39 +0800
committerobscuren <geffobscura@gmail.com>2014-12-05 23:26:39 +0800
commit9925916851c00323336e213fc18c83da5fceee94 (patch)
tree581c3f1c21990d23b306b4a88d19f97fed044ec4 /cmd/mist/main.go
parent095cb976758e942b7beba8231686a7738a283e19 (diff)
downloaddexon-9925916851c00323336e213fc18c83da5fceee94.tar
dexon-9925916851c00323336e213fc18c83da5fceee94.tar.gz
dexon-9925916851c00323336e213fc18c83da5fceee94.tar.bz2
dexon-9925916851c00323336e213fc18c83da5fceee94.tar.lz
dexon-9925916851c00323336e213fc18c83da5fceee94.tar.xz
dexon-9925916851c00323336e213fc18c83da5fceee94.tar.zst
dexon-9925916851c00323336e213fc18c83da5fceee94.zip
upped proto version and modified block pool
Diffstat (limited to 'cmd/mist/main.go')
-rw-r--r--cmd/mist/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/main.go b/cmd/mist/main.go
index 5503097f2..14336b4e8 100644
--- a/cmd/mist/main.go
+++ b/cmd/mist/main.go
@@ -31,7 +31,7 @@ import (
const (
ClientIdentifier = "Mist"
- Version = "0.7.8"
+ Version = "0.7.9"
)
var ethereum *eth.Ethereum