Merge pull request #19 from wownero/bump-wallet-version

Bump wallet version
This commit is contained in:
xmrdsc 2019-01-26 09:16:48 +01:00 committed by GitHub
commit 814ca3b6b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: