aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-13 22:37:15 +0800
committerobscuren <geffobscura@gmail.com>2014-05-13 22:37:15 +0800
commit9caf53f8c63cb30a174d2b33ef85176c8f6f8204 (patch)
tree1618746391e6302d65401581e9804b7900cfbd45 /ethereal
parentedc281ac5fb3f77aa826507390d374d5bbe1bb81 (diff)
downloadgo-tangerine-9caf53f8c63cb30a174d2b33ef85176c8f6f8204.tar
go-tangerine-9caf53f8c63cb30a174d2b33ef85176c8f6f8204.tar.gz
go-tangerine-9caf53f8c63cb30a174d2b33ef85176c8f6f8204.tar.bz2
go-tangerine-9caf53f8c63cb30a174d2b33ef85176c8f6f8204.tar.lz
go-tangerine-9caf53f8c63cb30a174d2b33ef85176c8f6f8204.tar.xz
go-tangerine-9caf53f8c63cb30a174d2b33ef85176c8f6f8204.tar.zst
go-tangerine-9caf53f8c63cb30a174d2b33ef85176c8f6f8204.zip
Bumped
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 3393b1101..7f84272d6 100644
--- a/ethereal/ui/gui.go
+++ b/ethereal/ui/gui.go
@@ -68,7 +68,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.5.0 RC3"))
+ ethutil.Config.SetClientString(fmt.Sprintf("/Ethereal v%s", "0.5.0 RC4"))
ethutil.Config.Log.Infoln("[GUI] Starting GUI")
// Create a new QML engine
gui.engine = qml.NewEngine()