pull/145/head
Pavel Loginov 2019-09-20 21:15:23 +03:00
parent 59b904b94e
commit 8228168082
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ def update_db_v_3_4_7(**kwargs):
def update_ver(**kwargs):
con, cur = get_cur()
sql = """update version set version = '3.4.8'; """
sql = """update version set version = '3.4.8.1'; """
try:
cur.execute(sql)
con.commit()