Skip to content

Commit

Permalink
将 VERSION_ROOT 更新至 3.6 (#3431)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo authored Nov 10, 2024
1 parent 1d0ae42 commit c1ae587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HMCL/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ val buildNumber = System.getenv("BUILD_NUMBER")?.toInt().let { number ->
if (!shortCommit.isNullOrEmpty()) "$prefix-$shortCommit" else "SNAPSHOT"
}
}
val versionRoot = System.getenv("VERSION_ROOT") ?: "3.5"
val versionRoot = System.getenv("VERSION_ROOT") ?: "3.6"
val versionType = System.getenv("VERSION_TYPE") ?: if (isOfficial) "nightly" else "unofficial"

val microsoftAuthId = System.getenv("MICROSOFT_AUTH_ID") ?: ""
Expand Down

0 comments on commit c1ae587

Please sign in to comment.