We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430eb02 commit 9cd609aCopy full SHA for 9cd609a
1 file changed
build.gradle.kts
@@ -27,7 +27,7 @@ private val SUPPORTED_VERSIONS = listOf(
27
)
28
29
group = "dev.echonine.kite"
30
-version = "1.6.1"
+version = "1.6.2"
31
32
if (System.getenv("CI") != "true") {
33
val commitHash = ProcessBuilder(listOf("git", "rev-parse", "--short", "--verify", "HEAD"))
0 commit comments