Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabtieu committed Jan 6, 2025
1 parent 590981a commit 3ead3c1
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.2.2 | :white_check_mark: |
| < 4.2.2 | :x: |
| >= 4.3.0 | :white_check_mark: |
| < 4.3.0 | :x: |

As you can tell, it is strongly recommended to always be on the latest stable major release. When security issues are uncovered, we will do
our best to promptly release a patched version.
Expand Down
2 changes: 1 addition & 1 deletion src/views/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def admin_console():
msg = read_file('maintenance_mode')
else:
msg = ""
return render_template("admin/console.html", ver="v4.2.3",
return render_template("admin/console.html", ver="v4.3.0",
maintenance_mode=maintenance_mode, maintenance_msg=msg)


Expand Down

0 comments on commit 3ead3c1

Please sign in to comment.