kibana/versions.json
Jon 60ce6f0ed6
Update versions.json (#166645)
With the release of 8.10.1, this updates the tracked development version
to 8.10.2
2023-09-18 18:30:09 -05:00

22 lines
462 B
JSON

{
"notice": "This file is not maintained outside of the main branch and should only be used for tooling.",
"versions": [
{
"version": "8.11.0",
"branch": "main",
"currentMajor": true,
"currentMinor": true
},
{
"version": "8.10.2",
"branch": "8.10",
"currentMajor": true,
"previousMinor": true
},
{
"version": "7.17.14",
"branch": "7.17",
"previousMajor": true
}
]
}