Bump version to 1.7.0

This commit is contained in:
Zeva Rose 2021-07-25 17:28:28 -06:00
parent 114b5e3de2
commit fd4dd7262e

View file

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