Skip to content

Commit

Permalink
[skip ci] bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabtieu committed Dec 18, 2023
1 parent 3fb4d8b commit b1d9df0
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", "CONTENT_MANAGER"])
def admin_console():
return render_template("admin/console.html", ver="v4.2.0",
return render_template("admin/console.html", ver="v4.2.1",
maintenance_mode=os.path.exists('maintenance_mode'))


Expand Down

0 comments on commit b1d9df0

Please sign in to comment.