Skip to content

Commit

Permalink
release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltay committed Feb 9, 2022
1 parent 8333d31 commit 6c501d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def version():
api_json["latest_version"] = response
except:
api_json["current_version"] = settings.VERSION
api_json["status"] = 2
return api_json
if settings.VERSION != response:
api_json["status"] = 1
Expand Down

0 comments on commit 6c501d9

Please sign in to comment.