Skip to content

Commit

Permalink
Update to box 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Oct 15, 2023
1 parent 1d24131 commit f82c181
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 f82c181

Please sign in to comment.