Skip to content

Commit

Permalink
Merge pull request #241 from ethereum/cli_version_bump
Browse files Browse the repository at this point in the history
Bumps CLI_VERSION to 2.0.0
  • Loading branch information
hwwhww authored Feb 3, 2022
2 parents 8907540 + 8a70dcd commit 8657a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staking_deposit/settings.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Dict, NamedTuple


DEPOSIT_CLI_VERSION = '1.2.0'
DEPOSIT_CLI_VERSION = '2.0.0'


class BaseChainSetting(NamedTuple):
Expand Down

0 comments on commit 8657a1b

Please sign in to comment.