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 | |
parent | 0cf617ef0c796cf97252fb64a92afc7cb1d892f2 (diff) | |
download | dexon-34014c1c516ea03b28e56db1a0478087d2416f74.tar.gz dexon-34014c1c516ea03b28e56db1a0478087d2416f74.tar.zst dexon-34014c1c516ea03b28e56db1a0478087d2416f74.zip |
Bump
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | ethereal/ui/gui.go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ Ethereum Ethereum Go Client © 2014 Jeffrey Wilcke. -Current state: Proof of Concept 5.0 RC6. +Current state: Proof of Concept 5.0 RC7. For the development package please see the [eth-go package](https://github.com/ethereum/eth-go). 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() |