diff options
author | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-22 19:41:31 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-25 19:55:56 +0800 |
commit | 036e6301af123ddc7d33f45545bdc083d1573bd8 (patch) | |
tree | 9ed4f3eec686167ef50e7df0e06223f9b08ad22c /cmd | |
parent | 5001f778aac5cf77a200da7829f8d28547208fed (diff) | |
download | dexon-036e6301af123ddc7d33f45545bdc083d1573bd8.tar.gz dexon-036e6301af123ddc7d33f45545bdc083d1573bd8.tar.zst dexon-036e6301af123ddc7d33f45545bdc083d1573bd8.zip |
cmd/geth, core, eth: Version 1.0.0
Genesis release. Closes #1402
Conflicts:
cmd/geth/main.go
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/geth/main.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 17f95ca79..68a2c79e2 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -49,7 +49,7 @@ import ( const ( ClientIdentifier = "Geth" - Version = "0.9.39" + 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, |