Skip to content

Commit

Permalink
Bump mod version for major
Browse files Browse the repository at this point in the history
  • Loading branch information
Avanatiker committed Dec 31, 2021
1 parent 8e941b7 commit 7bb832a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/com/lambda/client/LambdaMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class LambdaMod {
const val ID = "lambda"
const val DIRECTORY = "lambda/"

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

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

0 comments on commit 7bb832a

Please sign in to comment.