Skip to content

Commit a90ea9e

Browse files
committed
1.4.1
1 parent 93319b3 commit a90ea9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ private val SUPPORTED_VERSIONS = listOf(
2020
)
2121

2222
group = "dev.echonine.kite"
23-
version = "1.4.0"
23+
version = "1.4.1"
2424

2525
if (System.getenv("CI") != "true") {
2626
val commitHash = ProcessBuilder(listOf("git", "rev-parse", "--short", "--verify", "HEAD"))

0 commit comments

Comments
 (0)