Skip to content

Commit

Permalink
v0.7.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jan 25, 2024
1 parent ec75285 commit 9a7481f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/IProject.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object IProject : ProjectDetail() {
const val DESCRIPTION = "Generate platform-compatible functions for Kotlin suspend functions"
const val HOMEPAGE = "https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin"

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

override val homepage: String get() = HOMEPAGE

Expand Down

0 comments on commit 9a7481f

Please sign in to comment.