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 8e941b7 commit 7bb832aCopy full SHA for 7bb832a
src/main/kotlin/com/lambda/client/LambdaMod.kt
@@ -29,8 +29,8 @@ class LambdaMod {
29
const val ID = "lambda"
30
const val DIRECTORY = "lambda/"
31
32
- const val VERSION = "2.12-dev"
33
- const val VERSION_MAJOR = "2.12"
+ const val VERSION = "3.0" // Will change to dev on next commit
+ const val VERSION_MAJOR = "3.0"
34
35
const val APP_ID = 835368493150502923 // DiscordIPC
36
const val DEPENDENCIES = "required-after:forge@[14.23.5.2860,);"
0 commit comments