Skip to content

Commit 669ba1e

Browse files
committed
update version
1 parent ba555ce commit 669ba1e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ group = "com.cppcxy"
1212

1313
// 版本配置
1414
object Versions {
15-
const val emmyluaAnalyzer = "0.8.2"
16-
const val release = "0.8.6"
15+
const val emmyluaAnalyzer = "0.9.1"
1716
const val emmyDebugger = "1.8.6"
1817
const val jvm = "17"
1918
const val ideaSDK = "2024.3.2.1"
@@ -43,7 +42,7 @@ private val buildVersionData = buildDataList.find { it.ideaSDKShortVersion == bu
4342
?: error("Unsupported IDEA version: $buildVersion")
4443
private val runnerNumber = System.getenv("RUNNER_NUMBER") ?: "Dev"
4544

46-
version = "${Versions.release}.${runnerNumber}-IDEA${buildVersion}"
45+
version = "${Versions.emmyluaAnalyzer}.${runnerNumber}-IDEA${buildVersion}"
4746

4847
// 下载URL配置
4948
object DownloadUrls {

0 commit comments

Comments
 (0)