File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/main/java/net/ccbluex/liquidbounce Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx3g
22
3- mod_version =b6
3+ mod_version =b7
44maven_group =net.ccbluex
55archives_base_name =FDPClient
66
Original file line number Diff line number Diff line change 55 */
66package net.ccbluex.liquidbounce
77
8- import kotlinx.coroutines.*
98import net.ccbluex.liquidbounce.handler.api.ClientUpdate.gitInfo
109import net.ccbluex.liquidbounce.handler.api.loadSettings
1110import net.ccbluex.liquidbounce.handler.api.messageOfTheDay
@@ -62,7 +61,7 @@ object FDPClient {
6261 const val CLIENT_AUTHOR = " Zywl 1zuna"
6362 const val CLIENT_CLOUD = " https://cloud.liquidbounce.net/LiquidBounce"
6463 const val CLIENT_WEBSITE = " fdpinfo.github.io"
65- const val CLIENT_VERSION = " b6 "
64+ const val CLIENT_VERSION = " b7 "
6665
6766 val clientVersionText = gitInfo[" git.build.version" ]?.toString() ? : " unknown"
6867 val clientVersionNumber = clientVersionText.substring(1 ).toIntOrNull() ? : 0 // version format: "b<VERSION>" on legacy
@@ -73,7 +72,7 @@ object FDPClient {
7372 * Defines if the client is in development mode.
7473 * This will enable update checking on commit time instead of regular legacy versioning.
7574 */
76- const val IN_DEV = true
75+ const val IN_DEV = false
7776
7877 val clientTitle = CLIENT_NAME + " " + clientVersionText + " " + clientCommit + " | " + if (IN_DEV ) " | DEVELOPMENT BUILD" else " "
7978
You can’t perform that action at this time.
0 commit comments