aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ui/gui.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-06-27 01:54:23 +0800
committerobscuren <geffobscura@gmail.com>2014-06-27 01:54:23 +0800
commit42414cadaa695c786093da393f389c276432a2b4 (patch)
tree38419590b42a20a51773e178acbbb3178ee89bf2 /ethereal/ui/gui.go
parent91bdf9e8012cb396f5fa08765190d76e758fb6a0 (diff)
parenta68bfd215f7b1859c1b14b0df59f3260b35df828 (diff)
downloadgo-tangerine-42414cadaa695c786093da393f389c276432a2b4.tar
go-tangerine-42414cadaa695c786093da393f389c276432a2b4.tar.gz
go-tangerine-42414cadaa695c786093da393f389c276432a2b4.tar.bz2
go-tangerine-42414cadaa695c786093da393f389c276432a2b4.tar.lz
go-tangerine-42414cadaa695c786093da393f389c276432a2b4.tar.xz
go-tangerine-42414cadaa695c786093da393f389c276432a2b4.tar.zst
go-tangerine-42414cadaa695c786093da393f389c276432a2b4.zip
Merge branch 'release/0.5.15' into develop
Diffstat (limited to 'ethereal/ui/gui.go')
-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 be7b395d8..f861236aa 100644
--- a/ethereal/ui/gui.go
+++ b/ethereal/ui/gui.go
@@ -61,7 +61,7 @@ func New(ethereum *eth.Ethereum, logLevel int) *Gui {
}
func (gui *Gui) Start(assetPath string) {
- const version = "0.5.0 RC14"
+ const version = "0.5.0 RC15"
defer gui.txDb.Close()