Skip to content

Commit 8f900b5

Browse files
authored
Merge pull request #1365 from greg0ire/box-update
Update to box 4.4.0
2 parents 1d24131 + f82c181 commit 8f900b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download-box.sh

Lines changed: 1 addition & 1 deletion
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)