File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/net/ccbluex/liquidbounce Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ object FDPClient {
6161 const val CLIENT_AUTHOR = " Zywl 1zuna"
6262 const val CLIENT_CLOUD = " https://cloud.liquidbounce.net/LiquidBounce"
6363 const val CLIENT_WEBSITE = " fdpinfo.github.io"
64- const val CLIENT_VERSION = " b7 "
64+ const val CLIENT_VERSION = " b8 "
6565
6666 val clientVersionText = gitInfo[" git.build.version" ]?.toString() ? : " unknown"
6767 val clientVersionNumber = clientVersionText.substring(1 ).toIntOrNull() ? : 0 // version format: "b<VERSION>" on legacy
@@ -72,7 +72,7 @@ object FDPClient {
7272 * Defines if the client is in development mode.
7373 * This will enable update checking on commit time instead of regular legacy versioning.
7474 */
75- const val IN_DEV = true
75+ const val IN_DEV = false
7676
7777 val clientTitle = CLIENT_NAME + " " + clientVersionText + " " + clientCommit + " | " + if (IN_DEV ) " | DEVELOPMENT BUILD" else " "
7878
You can’t perform that action at this time.
0 commit comments