aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-06-20 06:48:48 +0800
committerobscuren <geffobscura@gmail.com>2014-06-20 06:48:48 +0800
commit65cbea2b6a5d1321c8262f88d952f0be7fbebe3d (patch)
tree1790d429ac37b960a1cd32aeedd60c13d84583f2 /ethereal
parentc89566a42f984e4441c3398c3c136baa7cd46ac4 (diff)
downloadgo-tangerine-65cbea2b6a5d1321c8262f88d952f0be7fbebe3d.tar.gz
go-tangerine-65cbea2b6a5d1321c8262f88d952f0be7fbebe3d.tar.zst
go-tangerine-65cbea2b6a5d1321c8262f88d952f0be7fbebe3d.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 01d963332..1037ba5ac 100644
--- a/ethereal/ui/gui.go
+++ b/ethereal/ui/gui.go
@@ -56,7 +56,7 @@ func New(ethereum *eth.Ethereum) *Gui {
}
func (gui *Gui) Start(assetPath string) {
- const version = "0.5.0 RC13"
+ const version = "0.5.0 RC14"
defer gui.txDb.Close()