Skip to content

Commit

Permalink
b85 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Oct 22, 2023
1 parent 3a3f1e7 commit 287763c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/ccbluex/liquidbounce/LiquidBounce.kt
Expand Up @@ -57,7 +57,7 @@ object LiquidBounce {
var clientVersionNumber = clientVersionText.substring(1).toIntOrNull() ?: 0 // version format: "b<VERSION>" on legacy
val clientCommit = gitInfo["git.commit.id.abbrev"]?.let { "git-$it" } ?: "unknown"
val clientBranch = gitInfo["git.branch"]?.toString() ?: "unknown"
const val IN_DEV = true
const val IN_DEV = false
const val CLIENT_CREATOR = "CCBlueX"
const val MINECRAFT_VERSION = "1.8.9"
const val CLIENT_CLOUD = "https://cloud.liquidbounce.net/LiquidBounce"
Expand Down

0 comments on commit 287763c

Please sign in to comment.