diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-10 08:02:59 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-10 08:02:59 +0800 |
commit | 109395daaaac5882fcefac7577d464051c11a841 (patch) | |
tree | 6219b965a791c537abd86110da067d76938170a9 | |
parent | f73a5f067a3f135fa87f887606939ff52afd9258 (diff) | |
download | dexon-109395daaaac5882fcefac7577d464051c11a841.tar.gz dexon-109395daaaac5882fcefac7577d464051c11a841.tar.zst dexon-109395daaaac5882fcefac7577d464051c11a841.zip |
Bump
-rw-r--r-- | ethereal/ui/gui.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/ui/gui.go b/ethereal/ui/gui.go index 25f6e2fed..92c6e9389 100644 --- a/ethereal/ui/gui.go +++ b/ethereal/ui/gui.go @@ -67,7 +67,7 @@ func (gui *Gui) Start(assetPath string) { Init: func(p *ethpub.PTx, obj qml.Object) { p.Value = ""; p.Hash = ""; p.Address = "" }, }}) - ethutil.Config.SetClientString(fmt.Sprintf("/Ethereal v%s", "0.2")) + ethutil.Config.SetClientString(fmt.Sprintf("/Ethereal v%s", "0.5.0 RC2")) ethutil.Config.Log.Infoln("[GUI] Starting GUI") // Create a new QML engine gui.engine = qml.NewEngine() |