kibana/versions.json
Jonathan Budzenski b0c6cc9777 fix versions.json
2024-01-02 12:38:33 -06:00

28 lines
No EOL
581 B
JSON

{
"notice": "This file is not maintained outside of the main branch and should only be used for tooling.",
"versions": [
{
"version": "8.13.0",
"branch": "main",
"currentMajor": true,
"currentMinor": true
},
{
"version": "8.12.0",
"branch": "8.12",
"currentMajor": true,
"previousMinor": true
},
{
"version": "8.11.4",
"branch": "8.11",
"currentMajor": true,
"previousMinor": true
},
{
"version": "7.17.17",
"branch": "7.17",
"previousMajor": true
}
]
}