diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-26 06:39:05 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-26 06:39:05 +0800 |
commit | 818bc84591c490b29cb28ee1e4895c8f303a0af1 (patch) | |
tree | b6499be349d9950ba083e211ebb787294fbf413c /ethereal | |
parent | b42c70be9c669ba372ed99d820a5a9e807191619 (diff) | |
download | dexon-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')
-rw-r--r-- | ethereal/ui/gui.go | 2 |
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() |