Skip to content

Commit 742723f

Browse files
committed
fix(buildscript): include version in build-info.json
1 parent 538f675 commit 742723f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ tasks {
198198

199199
expand(
200200
mapOf(
201-
//"version" to "$VERSION",
201+
"version" to "$VERSION",
202202
"commit_sha" to COMMIT_HASH,
203203
"build_date" to formatter.format(date)
204204
)

0 commit comments

Comments
 (0)