From 69920c735a0bf9fb5b2a3f48569cd61f5141f047 Mon Sep 17 00:00:00 2001 From: obscuren Date: Sun, 8 Mar 2015 00:59:26 +0100 Subject: Bump v --- cmd/ethereum/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/ethereum/main.go') diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go index d29ae3f78..8b361f7ae 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -38,7 +38,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.8.6" + Version = "0.9.0" ) var ( -- cgit