Bump YT plugin version to 1.13.0 (#6557)

This commit is contained in:
Jakub Kuczys 2025-04-27 02:08:36 +02:00 committed by GitHub
parent 6f5f34c80a
commit 7b3600ecb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ __all__ = (
JAR_VERSION: Final[LavalinkVersion] = LavalinkVersion(3, 7, 12, red=1)
YT_PLUGIN_VERSION: Final[str] = "1.12.0"
YT_PLUGIN_VERSION: Final[str] = "1.13.0"
# keep this sorted from oldest to latest
SUPPORTED_JAVA_VERSIONS: Final[Tuple[int, ...]] = (11, 17)
LATEST_SUPPORTED_JAVA_VERSION: Final = SUPPORTED_JAVA_VERSIONS[-1]