Skip to content

Commit

Permalink
Upgrade Version v1.1.2-x
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentDemonSD authored Jun 23, 2023
1 parent 0a5d873 commit 0b40e81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
def get_version():
MAJOR = '1'
MINOR = '1'
PATCH = '1'
PATCH = '2'
return f"v{MAJOR}.{MINOR}.{PATCH}-x"


Expand Down Expand Up @@ -515,7 +515,6 @@ def get_version():
'YTDLP_LIMIT': YTDLP_LIMIT,
'GDRIVE_LIMIT': GDRIVE_LIMIT,
'CLONE_LIMIT': CLONE_LIMIT,
'MDL_TEMPLATE': MDL_TEMPLATE,
'MEGA_LIMIT': MEGA_LIMIT,
'LEECH_LIMIT': LEECH_LIMIT,
'FSUB_IDS': FSUB_IDS,
Expand Down

0 comments on commit 0b40e81

Please sign in to comment.