Skip to content

Commit

Permalink
v3.01-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloarocha committed May 22, 2024
1 parent 148f594 commit e102122
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.00-beta"}, status.HTTP_200_OK
return {"status": "success", "data": "v3.01-beta"}, status.HTTP_200_OK


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

0 comments on commit e102122

Please sign in to comment.