Merge branch 'hotfix/0.7.11' into develop

This commit is contained in:
obscuren
2014-12-24 11:31:08 +01:00
3 changed files with 8 additions and 2 deletions

View File

@ -31,7 +31,7 @@ import (
const (
ClientIdentifier = "Mist"
Version = "0.7.10"
Version = "0.7.11"
)
var ethereum *eth.Ethereum