From 421328662dd9f586d21f4dc3abd0e68a910eb118 Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Mon, 26 Jul 2021 19:26:41 -0600 Subject: [PATCH] Bump version to 1.8.0 --- jarvis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/__init__.py b/jarvis/__init__.py index 4c91d02..35b18cf 100644 --- a/jarvis/__init__.py +++ b/jarvis/__init__.py @@ -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