Skip to content

Commit

Permalink
Use Box 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa committed Dec 14, 2022
1 parent 204f576 commit 4cdf581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ help:
.PHONY: box
box: ## Download box.phar
box:
test -e build/box.phar || curl -sL https://github.com/box-project/box/releases/download/3.14.0/box.phar -o build/box.phar
test -e build/box.phar || curl -sL https://github.com/box-project/box/releases/download/3.16.0/box.phar -o build/box.phar
chmod +x build/box.phar

.PHONY: build
Expand Down

0 comments on commit 4cdf581

Please sign in to comment.