Skip to content

Commit

Permalink
upped version number and changed back into development mode (#2942)
Browse files Browse the repository at this point in the history
fixed now?
  • Loading branch information
EclipsesDev authored Apr 28, 2024
1 parent e90d3cd commit f017de6
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=b91
mod_version=b92
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 @@ -57,7 +57,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_WEBSITE = "liquidbounce.net"
Expand Down

0 comments on commit f017de6

Please sign in to comment.