aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-27 22:10:15 +0800
committerobscuren <geffobscura@gmail.com>2014-05-27 22:10:15 +0800
commit34b861c19c02947503a175f7b2be6c880a007d11 (patch)
treeb7f8bcd5f65531986c6412e0a71df0a7d6a50c04 /ethereal
parenta0f73c2703aacab189c5cf26a5c95e156039eb9e (diff)
downloadgo-tangerine-34b861c19c02947503a175f7b2be6c880a007d11.tar
go-tangerine-34b861c19c02947503a175f7b2be6c880a007d11.tar.gz
go-tangerine-34b861c19c02947503a175f7b2be6c880a007d11.tar.bz2
go-tangerine-34b861c19c02947503a175f7b2be6c880a007d11.tar.lz
go-tangerine-34b861c19c02947503a175f7b2be6c880a007d11.tar.xz
go-tangerine-34b861c19c02947503a175f7b2be6c880a007d11.tar.zst
go-tangerine-34b861c19c02947503a175f7b2be6c880a007d11.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 b49fafac1..63ab028ab 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 RC9"
+ const version = "0.5.0 RC10"
defer gui.txDb.Close()