diff --git a/app/create_db.py b/app/create_db.py index 8f4d41fa..7dcf4a69 100644 --- a/app/create_db.py +++ b/app/create_db.py @@ -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.5.2'; """ + sql = """update version set version = '3.4.6'; """ try: cur.execute(sql) con.commit() diff --git a/app/templates/base.html b/app/templates/base.html index 94c24f43..686c6455 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -108,7 +108,7 @@