Skip to content

Commit

Permalink
Version bump to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laggron42 committed Aug 2, 2019
1 parent b97486b commit 4be3671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warnsystem/warnsystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def __init__(self, bot):
self.task = bot.loop.create_task(self.api._loop_task())
self._init_logger()

__version__ = "1.0.7"
__version__ = "1.1.0"
__author__ = ["retke (El Laggron)"]
__info__ = {
"bot_version": [3, 1, 2],
Expand Down

0 comments on commit 4be3671

Please sign in to comment.