Skip to content

Commit

Permalink
v3.05-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloarocha committed Jun 2, 2024
1 parent 5ec8422 commit 6d891a3
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 @@ -114,7 +114,7 @@

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


@app.route("/exc", methods=["GET"])
Expand Down

0 comments on commit 6d891a3

Please sign in to comment.