Skip to content

Commit 6645ad4

Browse files
committed
chore: bump instaunfollowers from v2.1.0 to v2.2.0
1 parent c89e849 commit 6645ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Upload folder
2929
UPLOAD_FOLDER = os.path.join(os.getcwd(), 'uploads')
3030
# Current version
31-
CURRENT_VERSION = 'v2.1.0'
31+
CURRENT_VERSION = 'v2.2.0'
3232
# Update needed
3333
UPDATE_NEEDED = bool(update_needed(CURRENT_VERSION, get_latest_version()))
3434

0 commit comments

Comments
 (0)