diff --git a/docs/SECURITY.md b/docs/SECURITY.md index 09a475a..8f975f2 100644 --- a/docs/SECURITY.md +++ b/docs/SECURITY.md @@ -8,8 +8,8 @@ Please refer to the chart below for versions with security support | ----------- | ------------------ | | Prereleases | :x: | | Betas | :x: | -| 2.4.2 | :white_check_mark: | -| < 2.4.2 | :x: | +| 2.4.3 | :white_check_mark: | +| < 2.4.3 | :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). diff --git a/src/helpers.py b/src/helpers.py index f1a9b76..c4266b5 100644 --- a/src/helpers.py +++ b/src/helpers.py @@ -98,7 +98,7 @@ def check_version(): """ Checks if CTFOJ is up to date with the latest version on GitHub """ - curr_version = "v2.4.2" + curr_version = "v2.4.3" try: latest_version = requests.get( "https://api.github.com/repos/jdabtieu/CTFOJ/releases/latest").json()["name"]