We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996226f commit e982523Copy full SHA for e982523
src/main/kotlin/net/ccbluex/liquidbounce/LiquidBounce.kt
@@ -97,7 +97,7 @@ object LiquidBounce : Listenable {
97
*
98
* TODO: Replace this approach with full semantic versioning.
99
*/
100
- const val IN_DEVELOPMENT = true
+ const val IN_DEVELOPMENT = false
101
102
val isIntegrationTesting = !System.getenv("TENACC_TEST_PROVIDER").isNullOrBlank()
103
0 commit comments