From f82c18189de489f66f5eaa027e24907abd3793c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 15 Oct 2023 22:19:20 +0200 Subject: [PATCH] Update to box 4.4.0 --- download-box.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download-box.sh b/download-box.sh index f7df01333..01acbf4b0 100755 --- a/download-box.sh +++ b/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