mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Bump wallet version
This commit is contained in:
parent
fdaf710830
commit
9759769300
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue