Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Update const.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maximedrn authored Apr 28, 2023
1 parent 685df43 commit e199755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/utils/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .user import check_version


VERSION = '1.12.17'
VERSION = '1.12.18'

# Change this with any values.
# 1 means 2 failures allowed.
Expand All @@ -36,7 +36,7 @@
'\n\nCopyright © 2023 Maxime Dréan. All rights reserved.'
'\nAny distribution, modification or commercial use '
'is strictly prohibited.'
f'\n\nVersion {VERSION} - 2023, 05 April.{RESET}'
f'\n\nVersion {VERSION} - 2023, 28 April.{RESET}'
f'{check_version(VERSION)}' # Check for a new update of the bot.
'\n\nAdd-ons available here: https://maximedrn.gumroad.com/'
'\nJOIN ME ON TELEGRAM: https://t.me/opensea_bulk_upload_and_sale'
Expand Down

0 comments on commit e199755

Please # to comment.