Skip to content

Commit

Permalink
b100 now in development mode. (#5106)
Browse files Browse the repository at this point in the history
  • Loading branch information
mems01 authored Dec 30, 2024
1 parent 2281f2a commit 2b11c6c
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=b99
mod_version=b100
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 @@ -87,7 +87,7 @@ object LiquidBounce {
* Defines if the client is in development mode.
* This will enable update checking on commit time instead of regular legacy versioning.
*/
const val IN_DEV = false
const val IN_DEV = true

val clientTitle = CLIENT_NAME + " " + clientVersionText + " " + clientCommit + " | " + MINECRAFT_VERSION + if (IN_DEV) " | DEVELOPMENT BUILD" else ""

Expand Down

0 comments on commit 2b11c6c

Please sign in to comment.