Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabtieu committed May 9, 2023
1 parent e28eca4 commit ca7b786
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: |
| >= 3.2.1 | :white_check_mark: |
| < 3.2.1 | :x: |
| >= 4.0.0 | :white_check_mark: |
| < 4.0.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/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@ def download_problem(problem_id):
@app.route("/admin/console")
@admin_required
def admin_console():
return render_template("admin/console.html", ver="v3.2.2",
return render_template("admin/console.html", ver="v4.0.0",
maintenance_mode=os.path.exists('maintenance_mode'))


Expand Down
2 changes: 1 addition & 1 deletion src/migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
msg = """
[WARNING] THIS IS A MAJOR UPDATE. THE ENTIRE CTFOJ FILE STRUCTURE IS CHANGING.
Before migrating, please confirm the following:
- You are on v3.2.0 (older version please update to one of these first, new version no migrate necessary)
- You are on v3.2.x (older version please update to one of these first, new version no migrate necessary)
- You have write permissions in the current directory
Please note that migration is a one-way operation. Once it is completed, you will not be able to revert to the previous version without a FULL backup.
Expand Down

0 comments on commit ca7b786

Please sign in to comment.