Merge pull request #241 from ethereum/cli_version_bump

Bumps CLI_VERSION to 2.0.0
This commit is contained in:
Hsiao-Wei Wang 2022-02-03 09:44:53 -08:00 committed by GitHub
commit 8657a1bf8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
from typing import Dict, NamedTuple
DEPOSIT_CLI_VERSION = '1.2.0'
DEPOSIT_CLI_VERSION = '2.0.0'
class BaseChainSetting(NamedTuple):