Skip to content

Commit

Permalink
Bump instaunfollowers from v2.0.0 to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aviolaris committed Oct 12, 2024
1 parent 1e53ee9 commit 5acc5ff
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 = 'v2.0.0'
CURRENT_VERSION = 'v2.1.0'
# Update needed
UPDATE_NEEDED = bool(update_needed(CURRENT_VERSION, get_latest_version()))

Expand Down

0 comments on commit 5acc5ff

Please sign in to comment.