From c39d9220a08c9547b36de85dc9b27e8c89b1c6b2 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 1 Nov 2021 22:44:15 +0100 Subject: [PATCH] Update to Lavalink 3.4 --- README.md | 2 +- download.bat | 2 +- download.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa505f0..2c74aec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Docker image for the [bot discord "Kassoubot"](https://gitlab.com/ConfrerieDuKassoulait/KassouBot) using [AdoptOpenJDK](https://adoptopenjdk.net/?variant=openjdk16&jvmVariant=openj9) 16 (Open J9) -## Version **3.3.2.5** +## Version **3.4** ### To use the docker image Simply use this image: `registry.gitlab.com/confreriedukassoulait/lavalink:latest` diff --git a/download.bat b/download.bat index 0b2f9d8..e2f65a0 100644 --- a/download.bat +++ b/download.bat @@ -1 +1 @@ -powershell -command "Invoke-WebRequest -Uri https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar -OutFile Lavalink.jar" +powershell -command "Invoke-WebRequest -Uri https://github.com/freyacodes/Lavalink/releases/download/3.4/Lavalink.jar -OutFile Lavalink.jar" diff --git a/download.sh b/download.sh index 1ccb491..ec004a2 100644 --- a/download.sh +++ b/download.sh @@ -1 +1 @@ -curl -Lo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.3.2.5/Lavalink.jar +curl -Lo Lavalink.jar https://github.com/freyacodes/Lavalink/releases/download/3.4/Lavalink.jar