From db5ec711e896c4abf4d1dc132851b818de7a9212 Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Wed, 22 Jul 2015 13:41:31 +0200 Subject: cmd/geth, core, eth: Version 1.0.0 Genesis release. Closes #1402 --- cmd/geth/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cmd') diff --git a/cmd/geth/main.go b/cmd/geth/main.go index b7f26390e..ad5e83562 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -49,7 +49,7 @@ import ( const ( ClientIdentifier = "Geth" - Version = "0.9.38" + Version = "1.0.0" ) var ( @@ -276,7 +276,6 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso utils.IdentityFlag, utils.UnlockedAccountFlag, utils.PasswordFileFlag, - utils.GenesisNonceFlag, utils.GenesisFileFlag, utils.BootnodesFlag, utils.DataDirFlag, -- cgit v1.2.3