forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversions.json
More file actions
36 lines (36 loc) · 706 Bytes
/
versions.json
File metadata and controls
36 lines (36 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"notice": "This file is not maintained outside of the main branch and should only be used for tooling.",
"versions": [
{
"version": "9.1.0",
"branch": "main",
"currentMajor": true,
"currentMinor": true
},
{
"version": "9.0.3",
"branch": "9.0",
"currentMajor": true,
"previousMinor": true
},
{
"version": "8.19.0",
"branch": "8.19",
"previousMajor": true
},
{
"version": "8.18.3",
"branch": "8.18",
"previousMajor": true
},
{
"version": "8.17.8",
"branch": "8.17",
"previousMajor": true
},
{
"version": "7.17.29",
"branch": "7.17"
}
]
}