Skip to content

Commit f17f07f

Browse files
committed
Bring back dev version suffix
1 parent 7bb832a commit f17f07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class LambdaMod {
2929
const val ID = "lambda"
3030
const val DIRECTORY = "lambda/"
3131

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

3535
const val APP_ID = 835368493150502923 // DiscordIPC

0 commit comments

Comments
 (0)