Skip to content

Commit

Permalink
Merge pull request #74 from aviolaris/1.11.x
Browse files Browse the repository at this point in the history
Bump instaunfollowers from 1.11.15 to 1.11.16
  • Loading branch information
aviolaris authored Feb 13, 2024
2 parents c56db7b + a70cf9f commit 5590d3c
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 @@ -28,7 +28,7 @@
# Upload folder
UPLOAD_FOLDER = os.path.join(os.getcwd(), 'uploads')
# Current version
CURRENT_VERSION = 'v1.11.15'
CURRENT_VERSION = 'v1.11.16'
# Update needed
UPDATE_NEEDED = bool(update_needed(CURRENT_VERSION, get_latest_version()))

Expand Down

0 comments on commit 5590d3c

Please sign in to comment.