diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-21 20:04:11 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-21 20:04:11 +0800 |
commit | 3ddaf56afd919d1bc435379861a3ab37f3392116 (patch) | |
tree | 75afd9a91da3daa7123f6083647795cdbc3fca7a /ethereal | |
parent | 10e2c40b59010ec594df43d057354d05a34709ff (diff) | |
download | dexon-3ddaf56afd919d1bc435379861a3ab37f3392116.tar.gz dexon-3ddaf56afd919d1bc435379861a3ab37f3392116.tar.zst dexon-3ddaf56afd919d1bc435379861a3ab37f3392116.zip |
Bumped
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 6043152f9..7290bd6ec 100644 --- a/ethereal/ui/gui.go +++ b/ethereal/ui/gui.go @@ -55,7 +55,7 @@ func New(ethereum *eth.Ethereum) *Gui { } func (gui *Gui) Start(assetPath string) { - const version = "0.5.0 RC7" + const version = "0.5.0 RC8" defer gui.txDb.Close() |