aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-26 19:35:48 +0800
committerobscuren <geffobscura@gmail.com>2014-09-26 19:35:48 +0800
commit7a5b279459d5a52242b88f2e8ffce62c2c30babb (patch)
tree20d80075f0034348d956c7bc470f5d742892713f /ethereum
parentcf999c46220829a5b240e09f11e29748fe94ec35 (diff)
downloadgo-tangerine-7a5b279459d5a52242b88f2e8ffce62c2c30babb.tar.gz
go-tangerine-7a5b279459d5a52242b88f2e8ffce62c2c30babb.tar.zst
go-tangerine-7a5b279459d5a52242b88f2e8ffce62c2c30babb.zip
Version bump
Diffstat (limited to 'ethereum')
-rw-r--r--ethereum/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereum/main.go b/ethereum/main.go
index 8cc043a4f..6521188ff 100644
--- a/ethereum/main.go
+++ b/ethereum/main.go
@@ -13,7 +13,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
- Version = "0.6.6"
+ Version = "0.6.7"
)
var logger = ethlog.NewLogger("CLI")