Skip to content

Commit 91f133d

Browse files
committed
Add support for 7.5
Signed-off-by: Inaki Villar <[email protected]>
1 parent d7f486e commit 91f133d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/main/resources/versions.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
{
22
"supportedVersions": {
33
"7.4.0-alpha08": [
4-
"7.5-rc-2"
4+
"7.5"
55
],
66
"7.3.0-beta05": [
7-
"7.4.2"
7+
"7.4.2",
8+
"7.5"
89
],
910
"7.2.1": [
1011
"7.3.3",
11-
"7.4.2"
12+
"7.5"
1213
],
1314
"7.1.3": [
1415
"7.2",
15-
"7.4.2"
16+
"7.5"
1617
],
1718
"7.0.4": [
1819
"7.0.2",
19-
"7.4.2"
20+
"7.5"
2021
]
2122
}
2223
}

0 commit comments

Comments
 (0)