aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-25 02:04:14 +0800
committerobscuren <geffobscura@gmail.com>2014-09-25 02:04:14 +0800
commit96fd1ce270b7e6ab98497b612c3c3dce39670fcc (patch)
tree835398abd0b630d0c8e70cabb05a8b457a315d3d /ethereum
parent6ecbbe4006b8d1c5b40e3b268cd78a6b57605018 (diff)
downloadgo-tangerine-96fd1ce270b7e6ab98497b612c3c3dce39670fcc.tar.gz
go-tangerine-96fd1ce270b7e6ab98497b612c3c3dce39670fcc.tar.zst
go-tangerine-96fd1ce270b7e6ab98497b612c3c3dce39670fcc.zip
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 df9737c1f..8cc043a4f 100644
--- a/ethereum/main.go
+++ b/ethereum/main.go
@@ -13,7 +13,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
- Version = "0.6.5"
+ Version = "0.6.6"
)
var logger = ethlog.NewLogger("CLI")