Skip to content

Commit 8022851

Browse files
committed
Merge branch '3.6.x' into 3.7.x
* 3.6.x: Update to box 4.4.0
2 parents 788cc58 + 8f900b5 commit 8022851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download-box.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
22

33
if [ ! -f box.phar ]; then
4-
wget https://github.com/box-project/box/releases/download/4.3.7/box.phar -O box.phar
4+
wget https://github.com/box-project/box/releases/download/4.4.0/box.phar -O box.phar
55
fi

0 commit comments

Comments
 (0)