Skip to content

Commit

Permalink
feat: updated app version to 9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobiClark committed Sep 23, 2022
1 parent 0c60cf6 commit 96d5e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyflask/startup/minimumApiVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ def get_api_version():
"""
Returns the version of the API
"""
return {'version': os.getenv('API_VERSION', "9.2.0")}
return {'version': os.getenv('API_VERSION', "9.2.1")}

0 comments on commit 96d5e76

Please sign in to comment.