kibana/versions.json
Jonathan Budzenski e7f7d6b255
Update versions.json (#146055)
8.5.2 -> 8.5.3

To be merged after https://github.com/elastic/kibana/pull/146054
2022-11-22 14:56:07 -06:00

27 lines
547 B
JSON

{
"notice": "This file is not maintained outside of the main branch and should only be used for tooling.",
"versions": [
{
"version": "8.7.0",
"branch": "main",
"currentMajor": true,
"currentMinor": true
},
{
"version": "8.6.0",
"branch": "8.6",
"currentMajor": true,
"previousMinor": true
},
{
"version": "8.5.3",
"branch": "8.5",
"currentMajor": true
},
{
"version": "7.17.8",
"branch": "7.17",
"previousMajor": true
}
]
}