Bump Lavalink.jar version and update the default application.yml (#5823)

* Bump Lavalink.jar version

* Update the default Lavalink YAML file

* Let's add schema migration too...

* Fix migration (but still actually untested)
This commit is contained in:
Jakub Kuczys
2022-08-14 19:57:15 +02:00
committed by GitHub
parent 87a9c10369
commit 4daf81aa5b
3 changed files with 23 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ if TYPE_CHECKING:
_ = Translator("Audio", pathlib.Path(__file__))
log = getLogger("red.Audio.manager")
JAR_VERSION: Final[str] = "3.4.0"
JAR_BUILD: Final[int] = 1347
JAR_BUILD: Final[int] = 1350
LAVALINK_DOWNLOAD_URL: Final[str] = (
"https://github.com/Cog-Creators/Lavalink-Jars/releases/download/"
f"{JAR_VERSION}_{JAR_BUILD}/"