Skip to content

Commit

Permalink
release: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Apr 21, 2024
1 parent 61cf0c5 commit 0388ceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -29,7 +29,7 @@ fabric_version=0.91.3+1.20.4
# Loom
loom_version=1.5-SNAPSHOT
# Mod Properties
mod_version=0.3.1
mod_version=0.4.0
maven_group=net.ccbluex
archives_base_name=liquidbounce
# Kotlin
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/net/ccbluex/liquidbounce/LiquidBounce.kt
Expand Up @@ -93,7 +93,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 0388ceb

Please sign in to comment.