aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-04-27 22:52:48 +0800
committerobscuren <geffobscura@gmail.com>2014-04-27 22:52:48 +0800
commit0e8ca84b67465c0211a0cb46fc7bb6b9c4988dfd (patch)
tree1236745b71fe4fae38282954277e4d556067afb4 /ethereal
parente16fd323e800297602a60b7a0e7b7897a55d2fa0 (diff)
downloadgo-tangerine-0e8ca84b67465c0211a0cb46fc7bb6b9c4988dfd.tar
go-tangerine-0e8ca84b67465c0211a0cb46fc7bb6b9c4988dfd.tar.gz
go-tangerine-0e8ca84b67465c0211a0cb46fc7bb6b9c4988dfd.tar.bz2
go-tangerine-0e8ca84b67465c0211a0cb46fc7bb6b9c4988dfd.tar.lz
go-tangerine-0e8ca84b67465c0211a0cb46fc7bb6b9c4988dfd.tar.xz
go-tangerine-0e8ca84b67465c0211a0cb46fc7bb6b9c4988dfd.tar.zst
go-tangerine-0e8ca84b67465c0211a0cb46fc7bb6b9c4988dfd.zip
Updated version number
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 d3a179496..8ec09459b 100644
--- a/ethereal/ui/gui.go
+++ b/ethereal/ui/gui.go
@@ -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()