aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-20 23:08:23 +0800
committerobscuren <geffobscura@gmail.com>2014-05-20 23:08:23 +0800
commit34014c1c516ea03b28e56db1a0478087d2416f74 (patch)
treeb8d4ffc72b06bcd60d6f61de70bea8b680ed8333 /ethereal
parent0cf617ef0c796cf97252fb64a92afc7cb1d892f2 (diff)
downloadgo-tangerine-34014c1c516ea03b28e56db1a0478087d2416f74.tar
go-tangerine-34014c1c516ea03b28e56db1a0478087d2416f74.tar.gz
go-tangerine-34014c1c516ea03b28e56db1a0478087d2416f74.tar.bz2
go-tangerine-34014c1c516ea03b28e56db1a0478087d2416f74.tar.lz
go-tangerine-34014c1c516ea03b28e56db1a0478087d2416f74.tar.xz
go-tangerine-34014c1c516ea03b28e56db1a0478087d2416f74.tar.zst
go-tangerine-34014c1c516ea03b28e56db1a0478087d2416f74.zip
Bump
Diffstat (limited to 'ethereal')
-rw-r--r--ethereal/ui/gui.go2
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()