Skip to content

Commit 9a7481f

Browse files
committed
v0.7.0-beta1
1 parent ec75285 commit 9a7481f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/IProject.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object IProject : ProjectDetail() {
99
const val DESCRIPTION = "Generate platform-compatible functions for Kotlin suspend functions"
1010
const val HOMEPAGE = "https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin"
1111

12-
override val version: Version = version(0, 7, 0) - version("dev2")
12+
override val version: Version = version(0, 7, 0) - version("beta1")
1313

1414
override val homepage: String get() = HOMEPAGE
1515

0 commit comments

Comments
 (0)