Skip to content

Commit

Permalink
Update Lavalink.jar build
Browse files Browse the repository at this point in the history
  • Loading branch information
aikaterna authored Mar 10, 2024
1 parent edfb9ff commit b79782e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/cogs/audio/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def __ge__(self, other: object) -> bool:


class ServerManager:
JAR_VERSION: Final[str] = LavalinkVersion(3, 7, 8)
JAR_VERSION: Final[str] = LavalinkVersion(3, 7, 11)
LAVALINK_DOWNLOAD_URL: Final[str] = (
"https://github.com/Cog-Creators/Lavalink-Jars/releases/download/"
f"{JAR_VERSION}/"
Expand Down

0 comments on commit b79782e

Please sign in to comment.