From b52807f0c0ff1b89cc1d7172ce1b768a34d02b00 Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 19 Mar 2015 15:36:00 +0100 Subject: Removed frontier in version :-( --- cmd/ethereum/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go index 7524af4b2..38c04ec9d 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -42,7 +42,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "Frontier - 0.9.1" + Version = "0.9.1" ) var ( -- cgit