diff options
author | obscuren <geffobscura@gmail.com> | 2014-06-17 00:24:24 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-06-17 00:24:24 +0800 |
commit | c1220e87293e440f842095c5a601515c0c8f5cb0 (patch) | |
tree | 1fde3dfa00d0e784556ec625ef5b4906607d98aa | |
parent | 3744151359a7ff352fde5be39905ecb3d22c9d28 (diff) | |
download | go-tangerine-c1220e87293e440f842095c5a601515c0c8f5cb0.tar.gz go-tangerine-c1220e87293e440f842095c5a601515c0c8f5cb0.tar.zst go-tangerine-c1220e87293e440f842095c5a601515c0c8f5cb0.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 RC12. +Current state: Proof of Concept 5.0 RC13. 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 b67035149..01d963332 100644 --- a/ethereal/ui/gui.go +++ b/ethereal/ui/gui.go @@ -56,7 +56,7 @@ func New(ethereum *eth.Ethereum) *Gui { } func (gui *Gui) Start(assetPath string) { - const version = "0.5.0 RC12" + const version = "0.5.0 RC13" defer gui.txDb.Close() |