Bump version to 1.8.0

This commit is contained in:
Zeva Rose 2021-07-26 19:26:41 -06:00
parent 2a7bf32aab
commit 421328662d

View file

@ -25,7 +25,7 @@ jarvis = commands.Bot(
)
slash = SlashCommand(jarvis, sync_commands=True, sync_on_cog_reload=True)
jarvis_self = Process()
__version__ = "1.7.0"
__version__ = "1.8.0"
db = DBManager(get_config().mongo).mongo