Skip to content

Commit

Permalink
Merge pull request #98 from aviolaris/1.12.x
Browse files Browse the repository at this point in the history
Bump instaunfollowers from 1.11.18 to 1.12.0
  • Loading branch information
aviolaris authored Jun 16, 2024
2 parents 6b9b5af + 305b5a3 commit 3c75d47
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 3c75d47

Please sign in to comment.