We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449ff34 commit 5932127Copy full SHA for 5932127
gradle.properties
@@ -44,7 +44,7 @@ fabric_version=0.136.0+1.21.8
44
# Loom
45
loom_version=1.13-SNAPSHOT
46
# Mod Properties
47
-mod_version=0.35.2
+mod_version=0.35.3
48
maven_group=net.ccbluex
49
archives_base_name=liquidbounce
50
# Kotlin
src/main/kotlin/net/ccbluex/liquidbounce/LiquidBounce.kt
@@ -142,7 +142,7 @@ object LiquidBounce : EventListener {
142
*
143
* TODO: Replace this approach with full semantic versioning.
144
*/
145
- const val IN_DEVELOPMENT = false
+ const val IN_DEVELOPMENT = true
146
147
/**
148
* Client logger to print out console messages
0 commit comments