Skip to content

Commit 7977c7b

Browse files
UCT-781: Indexed Magento versions: 2.4.4-beta1 and 2.4.4-beta2
1 parent 10394b4 commit 7977c7b

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed
63.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
706 KB
Binary file not shown.

src/com/magento/idea/magento2uct/packages/SupportedVersion.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ public enum SupportedVersion {
3838
V2422("2.4.2-p2"),
3939
V243("2.4.3"),
4040
V2431("2.4.3-p1"),
41-
V2441("2.4.4-beta1");
41+
V2441("2.4.4-beta1"),
42+
V2442("2.4.4-beta2");
4243

4344
private final String version;
4445

0 commit comments

Comments
 (0)