Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
release 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInMyVan committed Aug 13, 2024
1 parent 5c4c759 commit 084ff18
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 @@ -52,7 +52,7 @@ object LiquidBounce {
const val CLIENT_NAME = "SkidBounce"
val clientVersionText = gitInfo["git.build.version"]?.toString() ?: "unknown"
val clientCommit = 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 CLIENT_WEBSITE = "liquidbounce.net"
const val CLIENT_CLOUD = "https://cloud.liquidbounce.net/LiquidBounce"
Expand Down

0 comments on commit 084ff18

Please sign in to comment.