Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabtieu authored Feb 18, 2021
1 parent bae1ac8 commit dca31ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def check_version():
"""
Checks if CTFOJ is up to date with the latest version on GitHub
"""
curr_version = "v2.0.0"
curr_version = "v2.1.0"
try:
latest_version = requests.get(
"https://api.github.com/repos/jdabtieu/CTFOJ/releases/latest").json()["name"]
Expand Down

0 comments on commit dca31ee

Please sign in to comment.