Skip to content

Commit 7bb832a

Browse files
committed
Bump mod version for major
1 parent 8e941b7 commit 7bb832a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/com/lambda/client/LambdaMod.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ class LambdaMod {
2929
const val ID = "lambda"
3030
const val DIRECTORY = "lambda/"
3131

32-
const val VERSION = "2.12-dev"
33-
const val VERSION_MAJOR = "2.12"
32+
const val VERSION = "3.0" // Will change to dev on next commit
33+
const val VERSION_MAJOR = "3.0"
3434

3535
const val APP_ID = 835368493150502923 // DiscordIPC
3636
const val DEPENDENCIES = "required-after:forge@[14.23.5.2860,);"

0 commit comments

Comments
 (0)