Skip to content

Commit 151dc09

Browse files
authored
Magento download should default to 2.4.4
1 parent 06f8d2f commit 151dc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/bin/download

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION=${1:-2.4.3-p1}
3+
VERSION=${1:-2.4.4}
44
EDITION=${2:-community}
55

66
bin/stop

0 commit comments

Comments
 (0)