Skip to content

Commit e982523

Browse files
committed
release: 0.9.1
1 parent 996226f commit e982523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/net/ccbluex/liquidbounce/LiquidBounce.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ object LiquidBounce : Listenable {
9797
*
9898
* TODO: Replace this approach with full semantic versioning.
9999
*/
100-
const val IN_DEVELOPMENT = true
100+
const val IN_DEVELOPMENT = false
101101

102102
val isIntegrationTesting = !System.getenv("TENACC_TEST_PROVIDER").isNullOrBlank()
103103

0 commit comments

Comments
 (0)