We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163c934 commit 3c743cdCopy full SHA for 3c743cd
LavalinkClient/build.gradle
@@ -1,5 +1,5 @@
1
description = 'JDA based client for the Lavalink-Server'
2
-version System.getenv('dev') == 'true' ? '-SNAPSHOT' : '1.3'
+version System.getenv('dev') == 'true' ? '-SNAPSHOT' : '2.0'
3
ext {
4
moduleName = 'Lavalink-Client'
5
}
LavalinkServer/build.gradle
@@ -6,7 +6,7 @@ plugins {
6
7
description = 'Play audio to discord voice channels'
8
mainClassName = "lavalink.server.Launcher"
9
-version '1.3'
+version '2.0'
10
11
moduleName = 'Lavalink-Server'
12
0 commit comments