diff options
author | obscuren <geffobscura@gmail.com> | 2014-06-20 06:48:48 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-06-20 06:48:48 +0800 |
commit | 65cbea2b6a5d1321c8262f88d952f0be7fbebe3d (patch) | |
tree | 1790d429ac37b960a1cd32aeedd60c13d84583f2 /ethereal | |
parent | c89566a42f984e4441c3398c3c136baa7cd46ac4 (diff) | |
download | dexon-65cbea2b6a5d1321c8262f88d952f0be7fbebe3d.tar.gz dexon-65cbea2b6a5d1321c8262f88d952f0be7fbebe3d.tar.zst dexon-65cbea2b6a5d1321c8262f88d952f0be7fbebe3d.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 01d963332..1037ba5ac 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 RC13" + const version = "0.5.0 RC14" defer gui.txDb.Close() |