Skip to content

Commit 89f2b8f

Browse files
authored
Merge branch 'V3/develop' into payday-dispatch
2 parents 9ccef10 + 1c863c7 commit 89f2b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redbot/cogs/audio/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def __ge__(self, other: object) -> bool:
294294

295295

296296
class ServerManager:
297-
JAR_VERSION: Final[str] = LavalinkVersion(3, 7, 11)
297+
JAR_VERSION: Final[str] = LavalinkVersion(3, 7, 11, red=2)
298298
LAVALINK_DOWNLOAD_URL: Final[str] = (
299299
"https://github.com/Cog-Creators/Lavalink-Jars/releases/download/"
300300
f"{JAR_VERSION}/"

0 commit comments

Comments
 (0)