aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-11-04 08:50:16 +0800
committerobscuren <geffobscura@gmail.com>2014-11-04 08:50:16 +0800
commitd56d0c64aa84ae4f85f2ceb110e5b676f7adea7f (patch)
tree47e656a3dbe9beb31a1399e275e0729d68e2cec8 /cmd/mist/main.go
parent0c4adeceaeaff7a954fa7103a2200653ef217572 (diff)
downloaddexon-d56d0c64aa84ae4f85f2ceb110e5b676f7adea7f.tar.gz
dexon-d56d0c64aa84ae4f85f2ceb110e5b676f7adea7f.tar.zst
dexon-d56d0c64aa84ae4f85f2ceb110e5b676f7adea7f.zip
Version bump
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 bb981b950..457773c14 100644
--- a/cmd/mist/main.go
+++ b/cmd/mist/main.go
@@ -29,7 +29,7 @@ import (
const (
ClientIdentifier = "Mist"
- Version = "0.7.2"
+ Version = "0.7.3"
)
var ethereum *eth.Ethereum