Skip to content

Commit

Permalink
Bump instaunfollowers from 1.11.11 to 1.11.12
Browse files Browse the repository at this point in the history
  • Loading branch information
aviolaris committed Sep 19, 2023
1 parent 8da7026 commit 27392e8
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.11'
CURRENT_VERSION = 'v1.11.12'
# Update needed
UPDATE_NEEDED = bool(update_needed(CURRENT_VERSION, get_latest_version()))

Expand Down

0 comments on commit 27392e8

Please sign in to comment.