changed version number

This commit is contained in:
Seaswimmer 2023-02-27 13:20:47 -05:00
parent bac6526a82
commit 83bf68c424

View file

@ -13,7 +13,7 @@ class Suggestions(commands.Cog):
Adds a suggestions system.
"""
__version__ = "1.7.1"
__version__ = "1.0.1"
def __init__(self, bot: Red):
self.bot = bot