Changelog: https://roxy-wi.org/changelog#6_2_2
pull/343/head v6.2.2.0
Pavel Loginov 2022-11-02 11:00:08 +03:00
parent 36617a452d
commit b4dc2a24cf
1 changed files with 1 additions and 1 deletions

View File

@ -966,7 +966,7 @@ def update_db_v_6_2_1():
def update_ver():
try:
Version.update(version='6.2.1.0').execute()
Version.update(version='6.2.2.0').execute()
except Exception:
print('Cannot update version')