Updated version number

This commit is contained in:
obscuren
2014-04-27 16:52:48 +02:00
parent e16fd323e8
commit 0e8ca84b67
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ func (ui *Gui) Start(assetPath string) {
Init: func(p *QTx, obj qml.Object) { p.Value = ""; p.Hash = ""; p.Address = "" },
}})
ethutil.Config.SetClientString(fmt.Sprintf("/Ethereal v%s", "0.1"))
ethutil.Config.SetClientString(fmt.Sprintf("/Ethereal v%s", "0.2"))
ethutil.Config.Log.Infoln("[GUI] Starting GUI")
// Create a new QML engine
ui.engine = qml.NewEngine()