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 ec75285 commit 9a7481fCopy full SHA for 9a7481f
buildSrc/src/main/kotlin/IProject.kt
@@ -9,7 +9,7 @@ object IProject : ProjectDetail() {
9
const val DESCRIPTION = "Generate platform-compatible functions for Kotlin suspend functions"
10
const val HOMEPAGE = "https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin"
11
12
- override val version: Version = version(0, 7, 0) - version("dev2")
+ override val version: Version = version(0, 7, 0) - version("beta1")
13
14
override val homepage: String get() = HOMEPAGE
15
0 commit comments