diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-20 23:08:23 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-20 23:08:23 +0800 |
commit | 34014c1c516ea03b28e56db1a0478087d2416f74 (patch) | |
tree | b8d4ffc72b06bcd60d6f61de70bea8b680ed8333 /ethereal | |
parent | 0cf617ef0c796cf97252fb64a92afc7cb1d892f2 (diff) | |
download | go-tangerine-34014c1c516ea03b28e56db1a0478087d2416f74.tar.gz go-tangerine-34014c1c516ea03b28e56db1a0478087d2416f74.tar.zst go-tangerine-34014c1c516ea03b28e56db1a0478087d2416f74.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 e465d5273..e267dabfd 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 RC6" + const version = "0.5.0 RC7" defer gui.txDb.Close() |