Skip to content

Commit

Permalink
[Audio] Update Lavalink.jar and yt source build numbers (#6435)
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Kuczys <[email protected]>
  • Loading branch information
aikaterna and Jackenmen committed Aug 26, 2024
1 parent 90691ba commit 3c49a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redbot/cogs/audio/managed_node/version_pins.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
__all__ = ("JAR_VERSION", "YT_PLUGIN_VERSION")


JAR_VERSION: Final[LavalinkVersion] = LavalinkVersion(3, 7, 11, red=3)
YT_PLUGIN_VERSION: Final[str] = "1.5.2"
JAR_VERSION: Final[LavalinkVersion] = LavalinkVersion(3, 7, 12, red=1)
YT_PLUGIN_VERSION: Final[str] = "1.7.2"

0 comments on commit 3c49a77

Please sign in to comment.