Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabtieu committed Nov 13, 2021
1 parent 32d2083 commit 9888c3d
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: |
| 3.0.0 | :white_check_mark: |
| < 3.0.0 | :x: |
| 3.0.1 | :white_check_mark: |
| < 3.0.1 | :x: |

As you can tell, it is strongly recommended to always be on the latest stable version. It is strongly recommended to run the application on a modern Linux distribution (kernel >=4.19).

Expand Down
2 changes: 1 addition & 1 deletion src/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def check_version():
"""
Checks if CTFOJ is up to date with the latest version on GitHub
"""
curr_version = "v3.0.0"
curr_version = "v3.0.1"
try:
latest_version = requests.get(
"https://api.github.com/repos/jdabtieu/CTFOJ/releases/latest").json()["name"]
Expand Down

0 comments on commit 9888c3d

Please sign in to comment.