fix version number

This commit is contained in:
cloudwithax 2022-10-06 19:32:58 -04:00
parent 3687f9b33a
commit c9bba65f48
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if not discord.version_info.major >= 2:
"using 'pip install discord.py'"
)
__version__ = "1.1.7"
__version__ = "1.1.8a"
__title__ = "pomice"
__author__ = "cloudwithax"