diff options
author | obscuren <geffobscura@gmail.com> | 2014-06-10 04:23:33 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-06-10 04:23:33 +0800 |
commit | d929c634749c3c2db9f3290e635a763eba211656 (patch) | |
tree | 97aa0aae649463bf8bc0701555ab8d42f9d5a77c /ethereal | |
parent | ba3623d0cc0608f2d73e10e61a184238924fccdb (diff) | |
download | dexon-d929c634749c3c2db9f3290e635a763eba211656.tar.gz dexon-d929c634749c3c2db9f3290e635a763eba211656.tar.zst dexon-d929c634749c3c2db9f3290e635a763eba211656.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 5954df70c..2ba89ce22 100644 --- a/ethereal/ui/gui.go +++ b/ethereal/ui/gui.go @@ -56,7 +56,7 @@ func New(ethereum *eth.Ethereum) *Gui { } func (gui *Gui) Start(assetPath string) { - const version = "0.5.0 RC11" + const version = "0.5.0 RC12" defer gui.txDb.Close() |