aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ui/gui.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-26 06:39:05 +0800
committerobscuren <geffobscura@gmail.com>2014-05-26 06:39:05 +0800
commit818bc84591c490b29cb28ee1e4895c8f303a0af1 (patch)
treeb6499be349d9950ba083e211ebb787294fbf413c /ethereal/ui/gui.go
parentb42c70be9c669ba372ed99d820a5a9e807191619 (diff)
downloaddexon-818bc84591c490b29cb28ee1e4895c8f303a0af1.tar
dexon-818bc84591c490b29cb28ee1e4895c8f303a0af1.tar.gz
dexon-818bc84591c490b29cb28ee1e4895c8f303a0af1.tar.bz2
dexon-818bc84591c490b29cb28ee1e4895c8f303a0af1.tar.lz
dexon-818bc84591c490b29cb28ee1e4895c8f303a0af1.tar.xz
dexon-818bc84591c490b29cb28ee1e4895c8f303a0af1.tar.zst
dexon-818bc84591c490b29cb28ee1e4895c8f303a0af1.zip
Bump
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 a8bfb2b58..8d6796ddb 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 RC8"
+ const version = "0.5.0 RC9"
defer gui.txDb.Close()