Skip to content

Commit

Permalink
build: fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
xfqwdsj committed Feb 18, 2024
1 parent f6f5a92 commit 0ff4a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ tasks.register("updateVersion") {
dependsOn("updateDevVer", "updateCommitSha", "updateReversion")

doLast {
version = "$projectDevVer.$projectReversion+$projectCommitSha"
projectVersion = "$projectDevVer.$projectReversion+$projectCommitSha"
logger.lifecycle("version: $projectVersion")
}
}
Expand Down

0 comments on commit 0ff4a51

Please sign in to comment.