diff options
author | obscuren <geffobscura@gmail.com> | 2014-10-27 23:53:31 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-10-27 23:53:31 +0800 |
commit | cbc67099379712cb037b4f2cdf1126f735948635 (patch) | |
tree | 5f45e40aa371fec3d373758c6cb20a445cd316a8 | |
parent | ca18b3f1e971bc5329c8f3a3f174568d1bbad0b4 (diff) | |
download | dexon-cbc67099379712cb037b4f2cdf1126f735948635.tar.gz dexon-cbc67099379712cb037b4f2cdf1126f735948635.tar.zst dexon-cbc67099379712cb037b4f2cdf1126f735948635.zip |
Version bump
-rw-r--r-- | cmd/mist/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/main.go b/cmd/mist/main.go index 0f853748b..e739bbff5 100644 --- a/cmd/mist/main.go +++ b/cmd/mist/main.go @@ -29,7 +29,7 @@ import ( const ( ClientIdentifier = "Mist" - Version = "0.7.1" + Version = "0.7.2" ) var ethereum *eth.Ethereum |