Bump version to 3.3.3 (#3703)

* Bump version to 3.3.3

* Update manager.py
This commit is contained in:
Kowlin 2020-03-28 23:51:09 +01:00 committed by GitHub
parent bf5917177a
commit 7c251b8017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -19,8 +19,8 @@ from redbot.core import data_manager
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"