Skip to content

Commit

Permalink
Merge pull request #1365 from greg0ire/box-update
Browse files Browse the repository at this point in the history
Update to box 4.4.0
  • Loading branch information
greg0ire committed Oct 15, 2023
2 parents 1d24131 + f82c181 commit 8f900b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download-box.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

if [ ! -f box.phar ]; then
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
fi

0 comments on commit 8f900b5

Please sign in to comment.