Skip to content

Commit

Permalink
Merge pull request #513 from Xpirix/fix_version_json
Browse files Browse the repository at this point in the history
Fix version.json values
  • Loading branch information
Xpirix authored Jan 8, 2025
2 parents d677f65 + 2d830dd commit 4fb8907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/index.version-json.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"ltr": {
"versionint": {{ printf "%d%02d%02d" (index $ltrrelease 0) (index $ltrrelease 1) (index $ltrrelease 2) }},
"version": "{{ .Params.ltrversion }}",
"version": "{{ .ltrversion }}",
"name": "{{ .ltrcodename }}",
"note": "{{ .ltrreleasenote }}",
"note": "{{ .ltrnote }}",
"binary": "{{ .ltrbinary }}",
"date": "{{ .ltrreleasedate }}",
"date": "{{ .releasedate }}",
"major": {{ index $ltrrelease 0 }},
"minor": {{ index $ltrrelease 1 }},
"patch": {{ index $ltrrelease 2 }}
Expand Down

0 comments on commit 4fb8907

Please sign in to comment.