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 7f656c3 commit 1362945Copy full SHA for 1362945
LavalinkClient/build.gradle
@@ -1,5 +1,5 @@
1
description = 'JDA based client for the Lavalink-Server'
2
-version System.getenv('dev') == 'true' ? '-SNAPSHOT' : '2.0'
+version System.getenv('dev') == 'true' ? '-SNAPSHOT' : '2.0.1'
3
ext {
4
moduleName = 'Lavalink-Client'
5
}
LavalinkServer/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'com.gorylenko.gradle-git-properties'
description = 'Play audio to discord voice channels'
6
mainClassName = "lavalink.server.Launcher"
7
-version '2.0'
+version '2.0.1'
8
9
moduleName = 'Lavalink-Server'
10
0 commit comments