Bump wallet version

This commit is contained in:
dsc 2019-01-26 08:34:27 +01:00
parent fdaf710830
commit 9759769300
No known key found for this signature in database
GPG Key ID: 7BBC83D7A8810AAB
1 changed files with 3 additions and 1 deletions

View File

@ -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: