Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit de57751

Browse files
committed
release v1.0.0-RC3
1 parent 08d986b commit de57751

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
}
1010

11-
val fileVersion = file("ktorm-ksp.version").readText()
11+
val fileVersion = file("ktorm-ksp.version").readText().trim()
1212

1313
allprojects {
1414
group = "org.ktorm"

ktorm-ksp.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-RC2
1+
1.0.0-RC3

0 commit comments

Comments
 (0)