aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ui
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-06-10 04:23:33 +0800
committerobscuren <geffobscura@gmail.com>2014-06-10 04:23:33 +0800
commitd929c634749c3c2db9f3290e635a763eba211656 (patch)
tree97aa0aae649463bf8bc0701555ab8d42f9d5a77c /ethereal/ui
parentba3623d0cc0608f2d73e10e61a184238924fccdb (diff)
downloadgo-tangerine-d929c634749c3c2db9f3290e635a763eba211656.tar.gz
go-tangerine-d929c634749c3c2db9f3290e635a763eba211656.tar.zst
go-tangerine-d929c634749c3c2db9f3290e635a763eba211656.zip
bump
Diffstat (limited to 'ethereal/ui')
-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 5954df70c..2ba89ce22 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 RC11"
+ const version = "0.5.0 RC12"
defer gui.txDb.Close()