Skip to content

Commit

Permalink
release: 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Jun 25, 2024
1 parent 8b798a6 commit 347f65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/net/ccbluex/liquidbounce/LiquidBounce.kt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ object LiquidBounce : Listenable {
*
* TODO: Replace this approach with full semantic versioning.
*/
const val IN_DEVELOPMENT = true
const val IN_DEVELOPMENT = false

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

Expand Down

0 comments on commit 347f65a

Please sign in to comment.