pull/181/head
Pavel Loginov 2019-11-12 10:11:55 +03:00
parent b80b98c2b2
commit 77be721489
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ def update_db_v_3_5_3(**kwargs):
def update_ver(**kwargs):
con, cur = get_cur()
sql = """update version set version = '3.7.2'; """
sql = """update version set version = '3.7.3'; """
try:
cur.execute(sql)
con.commit()