Skip to content

Commit

Permalink
Bump to 3.3.8 (#3874)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kowlin committed May 28, 2020
1 parent c75035b commit 30c1adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def _update_event_loop_policy():
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())


__version__ = "3.3.8.dev1"
__version__ = "3.3.8"
version_info = VersionInfo.from_str(__version__)

# Filter fuzzywuzzy slow sequence matcher warning
Expand Down

0 comments on commit 30c1adf

Please sign in to comment.