aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-26 19:47:47 +0800
committerobscuren <geffobscura@gmail.com>2014-09-26 19:47:47 +0800
commit41ae6f298e079a073282de001e6b1eaa51472638 (patch)
tree498105565b63558018ff284ebf31932dbf1cf0ef /ethereum/main.go
parentcf999c46220829a5b240e09f11e29748fe94ec35 (diff)
parent2b8eae9810d67136812a4e9e9a822db47cc45a54 (diff)
downloadgo-tangerine-41ae6f298e079a073282de001e6b1eaa51472638.tar.gz
go-tangerine-41ae6f298e079a073282de001e6b1eaa51472638.tar.zst
go-tangerine-41ae6f298e079a073282de001e6b1eaa51472638.zip
Merge branch 'release/0.6.7' into develop
Diffstat (limited to 'ethereum/main.go')
-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")