Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Mar 30, 2024
1 parent 50ee512 commit 7239566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redbot/cogs/audio/manager.py
Expand Up @@ -285,7 +285,7 @@ def __ge__(self, other: object) -> bool:


class ServerManager:
JAR_VERSION: Final[str] = LavalinkVersion(3, 7, 11)
JAR_VERSION: Final[str] = LavalinkVersion(3, 7, 12, rc=1, red=1)
LAVALINK_DOWNLOAD_URL: Final[str] = (
"https://github.com/Cog-Creators/Lavalink-Jars/releases/download/"
f"{JAR_VERSION}/"
Expand Down Expand Up @@ -646,7 +646,7 @@ async def maybe_download_jar(self):
log.info(
"Lavalink version outdated, triggering update from %s to %s...",
self._lavalink_version,
self.JAR_VERSION
self.JAR_VERSION,
)
await self._download_jar()

Expand Down

0 comments on commit 7239566

Please sign in to comment.