Skip to content

Commit

Permalink
1.89.7
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Sep 1, 2023
1 parent a73e38e commit 709cafd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/main/kotlin/imgui/imgui.kt
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,6 @@ object ImGui :


@JvmField
var DEBUG = true
var DEBUG = false

fun IM_DEBUG_BREAK() {}
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")

gradle.rootProject {
group = "kotlin.graphics"
version = "1.89.6"
version = "1.89.7"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 709cafd

Please sign in to comment.