Bump wallet version

bump-wallet-version
dsc 5 years ago
parent fdaf710830
commit 9759769300
No known key found for this signature in database
GPG Key ID: 7BBC83D7A8810AAB

@ -79,7 +79,9 @@ def api_wowlight_version_check(version):
:return: bool
"""
versions = {
'0.1.0': True
'0.1.0': False,
'0.1.1': False,
'0.1.2': True
}
if version not in versions:

Loading…
Cancel
Save