aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-27 22:10:15 +0800
committerobscuren <geffobscura@gmail.com>2014-05-27 22:10:15 +0800
commit34b861c19c02947503a175f7b2be6c880a007d11 (patch)
treeb7f8bcd5f65531986c6412e0a71df0a7d6a50c04
parenta0f73c2703aacab189c5cf26a5c95e156039eb9e (diff)
downloadgo-tangerine-34b861c19c02947503a175f7b2be6c880a007d11.tar
go-tangerine-34b861c19c02947503a175f7b2be6c880a007d11.tar.gz
go-tangerine-34b861c19c02947503a175f7b2be6c880a007d11.tar.bz2
go-tangerine-34b861c19c02947503a175f7b2be6c880a007d11.tar.lz
go-tangerine-34b861c19c02947503a175f7b2be6c880a007d11.tar.xz
go-tangerine-34b861c19c02947503a175f7b2be6c880a007d11.tar.zst
go-tangerine-34b861c19c02947503a175f7b2be6c880a007d11.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 6c19be9aa..a47ce7e25 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 RC9.
+Current state: Proof of Concept 5.0 RC10.
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 b49fafac1..63ab028ab 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 RC9"
+ const version = "0.5.0 RC10"
defer gui.txDb.Close()