kibana/versions.json
Tiago Costa 14641e668e
chore(NA): update versions after v8.9.1 bump (#162480)
This PR is a simple update of our versions file after the recent bumps.
2023-07-25 21:31:31 +01:00

22 lines
460 B
JSON

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