From 028063174cb9cd271f14a257707433a69d8739af Mon Sep 17 00:00:00 2001 From: Whale Date: Wed, 28 Apr 2021 15:35:01 +0800 Subject: [PATCH] Update static-compile-php.sh --- static-compile-php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static-compile-php.sh b/static-compile-php.sh index 92a741db..28cb2fe7 100644 --- a/static-compile-php.sh +++ b/static-compile-php.sh @@ -23,7 +23,7 @@ function downloadIt() { return 0 } -_script_ver="1.1.0" +_script_ver="1.1.1" _php_ver="7.4.16" _swoole_ver="4.6.6"