aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-06-17 00:24:24 +0800
committerobscuren <geffobscura@gmail.com>2014-06-17 00:24:24 +0800
commitc1220e87293e440f842095c5a601515c0c8f5cb0 (patch)
tree1fde3dfa00d0e784556ec625ef5b4906607d98aa
parent3744151359a7ff352fde5be39905ecb3d22c9d28 (diff)
downloaddexon-c1220e87293e440f842095c5a601515c0c8f5cb0.tar
dexon-c1220e87293e440f842095c5a601515c0c8f5cb0.tar.gz
dexon-c1220e87293e440f842095c5a601515c0c8f5cb0.tar.bz2
dexon-c1220e87293e440f842095c5a601515c0c8f5cb0.tar.lz
dexon-c1220e87293e440f842095c5a601515c0c8f5cb0.tar.xz
dexon-c1220e87293e440f842095c5a601515c0c8f5cb0.tar.zst
dexon-c1220e87293e440f842095c5a601515c0c8f5cb0.zip
bump
-rw-r--r--README.md2
-rw-r--r--ethereal/ui/gui.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 104e4725c..eee24f71e 100644
--- a/README.md
+++ b/README.md
@@ -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()