Skip to content

Commit

Permalink
upped version number and changed back into development mode
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Apr 6, 2024
1 parent 3f45dae commit d1d19ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx3g

mod_version=b90
mod_version=b91
maven_group=net.ccbluex
archives_base_name=liquidbounce

Expand Down
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 @@ -56,7 +56,7 @@ object LiquidBounce {
val 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 = false
const val IN_DEV = true
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 d1d19ac

Please sign in to comment.