Browse Source

Magento download should default to 2.4.4

Mark Shust 3 years ago
parent
commit
151dc09ae9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compose/bin/download

+ 1 - 1
compose/bin/download

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-VERSION=${1:-2.4.3-p1}
+VERSION=${1:-2.4.4}
 EDITION=${2:-community}
 
 bin/stop