aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-01 22:24:34 +0800
committerobscuren <geffobscura@gmail.com>2014-07-01 22:24:34 +0800
commit5d3259587f4f1ac2930dd82fb14632a28af5c5e0 (patch)
tree1ed76bc990a6f6507bc0dd2ff42ac4fb1f8da8e1 /ethereal
parent5e02d2b5866e9aeb4bc0ad0ec4479f2104131f51 (diff)
downloadgo-tangerine-5d3259587f4f1ac2930dd82fb14632a28af5c5e0.tar
go-tangerine-5d3259587f4f1ac2930dd82fb14632a28af5c5e0.tar.gz
go-tangerine-5d3259587f4f1ac2930dd82fb14632a28af5c5e0.tar.bz2
go-tangerine-5d3259587f4f1ac2930dd82fb14632a28af5c5e0.tar.lz
go-tangerine-5d3259587f4f1ac2930dd82fb14632a28af5c5e0.tar.xz
go-tangerine-5d3259587f4f1ac2930dd82fb14632a28af5c5e0.tar.zst
go-tangerine-5d3259587f4f1ac2930dd82fb14632a28af5c5e0.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 d8c39e837..e3d3dc2f1 100644
--- a/ethereal/ui/gui.go
+++ b/ethereal/ui/gui.go
@@ -53,7 +53,7 @@ func New(ethereum *eth.Ethereum, session string, logLevel int) *Gui {
}
func (gui *Gui) Start(assetPath string) {
- const version = "0.5.0 RC15"
+ const version = "0.5.16"
defer gui.txDb.Close()