Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabtieu committed Oct 29, 2023
1 parent 6452e15 commit dcfcae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Please refer to the chart below for versions with security support
| ----------- | ------------------ |
| Prereleases | :x: |
| Betas | :x: |
| >= 4.0.0 | :white_check_mark: |
| < 4.0.0 | :x: |
| >= 4.1.0 | :white_check_mark: |
| < 4.1.0 | :x: |

As you can tell, it is strongly recommended to always be on the latest stable major release. It is strongly recommended to run the application on a modern Linux distribution with Python >=3.8.

Expand Down
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.0.0",
return render_template("admin/console.html", ver="v4.1.0",
maintenance_mode=os.path.exists('maintenance_mode'))


Expand Down

0 comments on commit dcfcae9

Please sign in to comment.