Skip to content

Commit

Permalink
data: update apiVersions to use short version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgwelch authored Dec 14, 2024
1 parent f9f4a05 commit 8a6b24b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apiVersions
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"items": {
"10.0.x.x": ["v1"],
"10.1.x.x": ["v2"],
"11.x.x.x": ["v3", "v2"],
"12.x.x.x": ["v4", "v3", "v2"],
"13.x.x.x": ["v5", "v4"],
"14.x.x.x": ["v6", "v5"]
"10.0": ["v1"],
"10.1": ["v2"],
"11.x": ["v3", "v2"],
"12.x": ["v4", "v3", "v2"],
"13.x": ["v5", "v4"],
"14.x": ["v6", "v5"]
}
}

0 comments on commit 8a6b24b

Please sign in to comment.