Skip to content

Commit

Permalink
v2.05-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloarocha committed Nov 20, 2023
1 parent 770a76c commit 3ba3f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

@app.route("/version", methods=["GET"])
def getVersion():
return {"status": "success", "data": "v2.04-beta"}, status.HTTP_200_OK
return {"status": "success", "data": "v2.05-beta"}, status.HTTP_200_OK


if __name__ == "__main__":
Expand Down

0 comments on commit 3ba3f1a

Please sign in to comment.