mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
increment wowlight version
This commit is contained in:
parent
30b7f2eb3e
commit
472f449b16
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,8 @@ def api_wowlight_version_check(version):
|
|||
versions = {
|
||||
'0.1.0': False,
|
||||
'0.1.1': False,
|
||||
'0.1.2': True
|
||||
'0.1.2': False,
|
||||
'0.1.3': True
|
||||
}
|
||||
|
||||
if version not in versions:
|
||||
|
|
Loading…
Reference in a new issue