Skip to content

Commit

Permalink
Refactor build_versions.json to include an array
Browse files Browse the repository at this point in the history
of objects.
  • Loading branch information
rwaffen committed Nov 9, 2023
1 parent c7ecc5e commit ea85c38
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions build_versions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[
{
"release": 7,
"version": "7.13.0"
},
{
"release": 8,
"version": "8.2.1"
}
]
{
"include": [
{
"release": 7,
"version": "7.13.0"
},
{
"release": 8,
"version": "8.2.1"
}
]
}

0 comments on commit ea85c38

Please sign in to comment.