aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-08-22 01:22:16 +0800
committerobscuren <geffobscura@gmail.com>2014-08-22 01:22:16 +0800
commit48a99d23cd1e01e0b5d8f072e85abbaa6da60d1b (patch)
tree0c3367decc0791379df7d780e665a8d48ab5a85a
parentb3c975269e8d7c2f168f73a3e1e24588341c779d (diff)
downloadgo-tangerine-48a99d23cd1e01e0b5d8f072e85abbaa6da60d1b.tar.gz
go-tangerine-48a99d23cd1e01e0b5d8f072e85abbaa6da60d1b.tar.zst
go-tangerine-48a99d23cd1e01e0b5d8f072e85abbaa6da60d1b.zip
bump
-rw-r--r--ethereal/main.go2
-rw-r--r--ethereum/main.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/ethereal/main.go b/ethereal/main.go
index 4101efbca..4cb8630e8 100644
--- a/ethereal/main.go
+++ b/ethereal/main.go
@@ -12,7 +12,7 @@ import (
const (
ClientIdentifier = "Ethereal"
- Version = "0.6.3"
+ Version = "0.6.4"
)
var ethereum *eth.Ethereum
diff --git a/ethereum/main.go b/ethereum/main.go
index a8e60dec7..b7c8ea1e7 100644
--- a/ethereum/main.go
+++ b/ethereum/main.go
@@ -13,7 +13,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
- Version = "0.6.3"
+ Version = "0.6.4"
)
var logger = ethlog.NewLogger("CLI")