Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabtieu authored Nov 20, 2023
1 parent 4562afb commit 3f463de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@api.route("/console")
@perm_required(["ADMIN", "SUPERADMIN", "PROBLEM_MANAGER"])
def admin_console():
return render_template("admin/console.html", ver="v4.1.0",
return render_template("admin/console.html", ver="v4.1.1",
maintenance_mode=os.path.exists('maintenance_mode'))


Expand Down

0 comments on commit 3f463de

Please sign in to comment.