pull/145/head
Pavel Loginov 2019-09-15 14:53:37 +03:00
parent 1f73efcf49
commit 0ee4d21d7e
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ def update_db_v_3_4_5_22(**kwargs):
def update_ver(**kwargs):
con, cur = get_cur()
sql = """update version set version = '3.4.6'; """
sql = """update version set version = '3.4.6.1'; """
try:
cur.execute(sql)
con.commit()