aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-10 08:02:59 +0800
committerobscuren <geffobscura@gmail.com>2014-05-10 08:02:59 +0800
commit109395daaaac5882fcefac7577d464051c11a841 (patch)
tree6219b965a791c537abd86110da067d76938170a9 /ethereal
parentf73a5f067a3f135fa87f887606939ff52afd9258 (diff)
downloadgo-tangerine-109395daaaac5882fcefac7577d464051c11a841.tar
go-tangerine-109395daaaac5882fcefac7577d464051c11a841.tar.gz
go-tangerine-109395daaaac5882fcefac7577d464051c11a841.tar.bz2
go-tangerine-109395daaaac5882fcefac7577d464051c11a841.tar.lz
go-tangerine-109395daaaac5882fcefac7577d464051c11a841.tar.xz
go-tangerine-109395daaaac5882fcefac7577d464051c11a841.tar.zst
go-tangerine-109395daaaac5882fcefac7577d464051c11a841.zip
Bump
Diffstat (limited to 'ethereal')
-rw-r--r--ethereal/ui/gui.go2
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()