diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-27 22:10:15 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-27 22:10:15 +0800 |
commit | 34b861c19c02947503a175f7b2be6c880a007d11 (patch) | |
tree | b7f8bcd5f65531986c6412e0a71df0a7d6a50c04 /ethereal | |
parent | a0f73c2703aacab189c5cf26a5c95e156039eb9e (diff) | |
download | dexon-34b861c19c02947503a175f7b2be6c880a007d11.tar.gz dexon-34b861c19c02947503a175f7b2be6c880a007d11.tar.zst dexon-34b861c19c02947503a175f7b2be6c880a007d11.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 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() |