aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
authorMaran <maran.hidskes@gmail.com>2014-05-28 22:17:57 +0800
committerMaran <maran.hidskes@gmail.com>2014-05-28 22:17:57 +0800
commit58032d60e748611b0610cf764743c6b8e5681a87 (patch)
treee0654b0ab3bde5bdb2a04c89c39db738c00a4e01 /ethereal
parentd4f9daa631fa832d556c16f3a29eaf73bd849f32 (diff)
downloadgo-tangerine-58032d60e748611b0610cf764743c6b8e5681a87.tar
go-tangerine-58032d60e748611b0610cf764743c6b8e5681a87.tar.gz
go-tangerine-58032d60e748611b0610cf764743c6b8e5681a87.tar.bz2
go-tangerine-58032d60e748611b0610cf764743c6b8e5681a87.tar.lz
go-tangerine-58032d60e748611b0610cf764743c6b8e5681a87.tar.xz
go-tangerine-58032d60e748611b0610cf764743c6b8e5681a87.tar.zst
go-tangerine-58032d60e748611b0610cf764743c6b8e5681a87.zip
Bump to RC11
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 63ab028ab..32ff76b1a 100644
--- a/ethereal/ui/gui.go
+++ b/ethereal/ui/gui.go
@@ -54,7 +54,7 @@ func New(ethereum *eth.Ethereum) *Gui {
}
func (gui *Gui) Start(assetPath string) {
- const version = "0.5.0 RC10"
+ const version = "0.5.0 RC11"
defer gui.txDb.Close()