We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c966106 commit 9be64e5Copy full SHA for 9be64e5
build.gradle.kts
@@ -27,7 +27,7 @@ tasks.test {
27
}
28
29
group = "com.github.javadev"
30
-version = "1.23-SNAPSHOT"
+version = "1.24-SNAPSHOT"
31
description = "leetcode-in-kotlin"
32
java.sourceCompatibility = JavaVersion.VERSION_11
33
java.targetCompatibility = JavaVersion.VERSION_11
0 commit comments