Skip to content

Commit

Permalink
Bump version to 3.3.3 (#3703)
Browse files Browse the repository at this point in the history
* Bump version to 3.3.3

* Update manager.py
  • Loading branch information
Kowlin committed Mar 28, 2020
1 parent bf59171 commit 7c251b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.3.dev1"
__version__ = "3.3.3"
version_info = VersionInfo.from_str(__version__)

# Filter fuzzywuzzy slow sequence matcher warning
Expand Down
4 changes: 2 additions & 2 deletions redbot/cogs/audio/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
from .errors import LavalinkDownloadFailed

log = logging.getLogger("red.audio.manager")
JAR_VERSION = "3.2.2"
JAR_BUILD = 973
JAR_VERSION = "3.3.1"
JAR_BUILD = 986
LAVALINK_DOWNLOAD_URL = (
f"https://github.com/Cog-Creators/Lavalink-Jars/releases/download/{JAR_VERSION}_{JAR_BUILD}/"
"Lavalink.jar"
Expand Down

0 comments on commit 7c251b8

Please sign in to comment.