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