kibana/versions.json
Tiago Costa 0330b34915
chore(NA): update versions after v8.5.2 bump (#145255)
This PR is a simple update of our versions file after the recent bumps
2022-11-16 02:34:47 +00:00

22 lines
458 B
JSON

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