From 8a70dcd996b7897129b095d3072c15004588465f Mon Sep 17 00:00:00 2001 From: Carl Beekhuizen Date: Wed, 2 Feb 2022 21:06:08 -0700 Subject: [PATCH] bump CLI_VERSION to 2.0.0 --- staking_deposit/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staking_deposit/settings.py b/staking_deposit/settings.py index e9323af..abf5c97 100644 --- a/staking_deposit/settings.py +++ b/staking_deposit/settings.py @@ -1,7 +1,7 @@ from typing import Dict, NamedTuple -DEPOSIT_CLI_VERSION = '1.2.0' +DEPOSIT_CLI_VERSION = '2.0.0' class BaseChainSetting(NamedTuple):