From 7a5b279459d5a52242b88f2e8ffce62c2c30babb Mon Sep 17 00:00:00 2001 From: obscuren Date: Fri, 26 Sep 2014 13:35:48 +0200 Subject: Version bump --- ethereum/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ethereum/main.go') 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") -- cgit