Skip to content

Commit

Permalink
b74 release
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Feb 10, 2023
1 parent 6aacda0 commit f15c199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/ccbluex/liquidbounce/LiquidBounce.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object LiquidBounce {
var CLIENT_VERSION_INT = CLIENT_VERSION.substring(1).toIntOrNull() ?: 0 // version format: "b<VERSION>" on legacy
@JvmField
val CLIENT_COMMIT: String = gitInfo["git.commit.id.abbrev"]?.let { "git-$it" } ?: "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

1 comment on commit f15c199

@jwaxy
Copy link

@jwaxy jwaxy commented on f15c199 Feb 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeaa!!

Please sign in to comment.