aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-08-21 21:22:24 +0800
committerobscuren <geffobscura@gmail.com>2014-08-21 21:22:24 +0800
commit38cf52b62c6da4812cbef27c8a97dc839e480967 (patch)
tree623c62a4bd3c19136b255fbe7dcd94ab0179e985 /ethereum
parent7c65560f20d31f4b56cce3d3f8aee918c03dba14 (diff)
downloadgo-tangerine-38cf52b62c6da4812cbef27c8a97dc839e480967.tar.gz
go-tangerine-38cf52b62c6da4812cbef27c8a97dc839e480967.tar.zst
go-tangerine-38cf52b62c6da4812cbef27c8a97dc839e480967.zip
Bumped version
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 070d3c201..a8e60dec7 100644
--- a/ethereum/main.go
+++ b/ethereum/main.go
@@ -13,7 +13,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
- Version = "0.6.2"
+ Version = "0.6.3"
)
var logger = ethlog.NewLogger("CLI")