Skip to content

Commit

Permalink
api ver bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Tina-otoge committed Dec 31, 2019
1 parent cd0e7f6 commit bd94d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
@app.route('/versions')
def versions():
return jsonify({
'osu': 8,
'pusher': 4,
'osu': 9,
'pusher': 5,
})


Expand Down

0 comments on commit bd94d1a

Please sign in to comment.