Skip to content

Commit 709cafd

Browse files
committed
1.89.7
1 parent a73e38e commit 709cafd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/kotlin/imgui/imgui.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,6 @@ object ImGui :
207207

208208

209209
@JvmField
210-
var DEBUG = true
210+
var DEBUG = false
211211

212212
fun IM_DEBUG_BREAK() {}

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
2020

2121
gradle.rootProject {
2222
group = "kotlin.graphics"
23-
version = "1.89.6"
23+
version = "1.89.7"
2424
}
2525

2626
dependencyResolutionManagement {

0 commit comments

Comments
 (0)