Skip to content

Commit 3c6146d

Browse files
authored
Bump YT plugin to 1.13.1 (Cog-Creators#6566)
1 parent bfab9cc commit 3c6146d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redbot/cogs/audio/managed_node/version_pins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

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

0 commit comments

Comments
 (0)