We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 788cc58 + 8f900b5 commit 8022851Copy full SHA for 8022851
download-box.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
3
if [ ! -f box.phar ]; then
4
- wget https://github.com/box-project/box/releases/download/4.3.7/box.phar -O box.phar
+ wget https://github.com/box-project/box/releases/download/4.4.0/box.phar -O box.phar
5
fi
0 commit comments