Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabtieu committed Jan 26, 2024
1 parent df86012 commit 18d891e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Although CTFOJ works on both Windows and Linux, it is strongly recommended to ru

## Reporting a Vulnerability

To report a security vulnerability, please email @jdabtieu at [[email protected]]([email protected]).
To report a security vulnerability, please email @jdabtieu at [[email protected]]([email protected]).
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.2",
return render_template("admin/console.html", ver="v4.2.3",
maintenance_mode=os.path.exists('maintenance_mode'))


Expand Down

0 comments on commit 18d891e

Please sign in to comment.