We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93319b3 commit a90ea9eCopy full SHA for a90ea9e
build.gradle.kts
@@ -20,7 +20,7 @@ private val SUPPORTED_VERSIONS = listOf(
20
)
21
22
group = "dev.echonine.kite"
23
-version = "1.4.0"
+version = "1.4.1"
24
25
if (System.getenv("CI") != "true") {
26
val commitHash = ProcessBuilder(listOf("git", "rev-parse", "--short", "--verify", "HEAD"))
0 commit comments