mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
chore(NA): update versions after v9.2.0 bump (#225523)
This PR is a simple update of our versions file after the recent bumps.
This commit is contained in:
parent
b37d3bb26e
commit
497a21dc0c
1 changed files with 8 additions and 3 deletions
|
@ -2,17 +2,22 @@
|
||||||
"notice": "This file is not maintained outside of the main branch and should only be used for tooling.",
|
"notice": "This file is not maintained outside of the main branch and should only be used for tooling.",
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"version": "9.1.0",
|
"version": "9.2.0",
|
||||||
"branch": "main",
|
"branch": "main",
|
||||||
"currentMajor": true,
|
"currentMajor": true,
|
||||||
"currentMinor": true
|
"currentMinor": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "9.0.4",
|
"version": "9.1.0",
|
||||||
"branch": "9.0",
|
"branch": "9.1",
|
||||||
"currentMajor": true,
|
"currentMajor": true,
|
||||||
"previousMinor": true
|
"previousMinor": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"version": "9.0.4",
|
||||||
|
"branch": "9.0",
|
||||||
|
"currentMajor": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "8.19.0",
|
"version": "8.19.0",
|
||||||
"branch": "8.19",
|
"branch": "8.19",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue