revert CLI_VERSION to be changed in a separate PR

This commit is contained in:
Carl Beekhuizen 2022-02-02 20:12:01 -07:00
parent df7511e488
commit e562b5f8cd
No known key found for this signature in database
GPG Key ID: 8F29E54F49E7AAB5

View File

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