Skip to content

Commit

Permalink
Bump instaunfollowers from 1.11.18 to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aviolaris committed Jun 16, 2024
1 parent 2b63a61 commit 305b5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# Upload folder
UPLOAD_FOLDER = os.path.join(os.getcwd(), 'uploads')
# Current version
CURRENT_VERSION = 'v1.11.18'
CURRENT_VERSION = 'v1.12.0'
# Update needed
UPDATE_NEEDED = bool(update_needed(CURRENT_VERSION, get_latest_version()))

Expand Down

0 comments on commit 305b5a3

Please sign in to comment.