Skip to content

Commit 4a8b6c6

Browse files
920: Added UCT support for version 2.4.4-beta4
1 parent 0bc74a8 commit 4a8b6c6

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed
72.6 KB
Binary file not shown.
Binary file not shown.
739 KB
Binary file not shown.

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ 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"),
42-
V2442("2.4.4-beta2");
41+
V2444("2.4.4-beta4");
4342

4443
private final String version;
4544

0 commit comments

Comments
 (0)