diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-26 06:39:05 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-26 06:39:05 +0800 |
commit | 818bc84591c490b29cb28ee1e4895c8f303a0af1 (patch) | |
tree | b6499be349d9950ba083e211ebb787294fbf413c | |
parent | b42c70be9c669ba372ed99d820a5a9e807191619 (diff) | |
download | go-tangerine-818bc84591c490b29cb28ee1e4895c8f303a0af1.tar.gz go-tangerine-818bc84591c490b29cb28ee1e4895c8f303a0af1.tar.zst go-tangerine-818bc84591c490b29cb28ee1e4895c8f303a0af1.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 RC8. +Current state: Proof of Concept 5.0 RC9. 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 a8bfb2b58..8d6796ddb 100644 --- a/ethereal/ui/gui.go +++ b/ethereal/ui/gui.go @@ -54,7 +54,7 @@ func New(ethereum *eth.Ethereum) *Gui { } func (gui *Gui) Start(assetPath string) { - const version = "0.5.0 RC8" + const version = "0.5.0 RC9" defer gui.txDb.Close() |