Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/threefoldtech/threef…
Browse files Browse the repository at this point in the history
…old_connect into development
  • Loading branch information
hossnys committed May 26, 2024
2 parents 5a855ba + f288a93 commit de5d556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/routes/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@api_misc.route("/minimumversion", methods=["get"])
def minimum_version_handler():
response = Response(
response=json.dumps({"android": 70, "ios": 70}), mimetype="application/json"
response=json.dumps({"android": 177, "ios": 177}), mimetype="application/json"
)
return response

Expand Down

0 comments on commit de5d556

Please sign in to comment.