Skip to content

Commit

Permalink
fix(buildscript): include version in build-info.json
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed May 1, 2022
1 parent 538f675 commit 742723f
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 @@ -198,7 +198,7 @@ tasks {

expand(
mapOf(
//"version" to "$VERSION",
"version" to "$VERSION",
"commit_sha" to COMMIT_HASH,
"build_date" to formatter.format(date)
)
Expand Down

0 comments on commit 742723f

Please sign in to comment.