From fedb1685e66403d96fddf776b4c807f84fd1ba75 Mon Sep 17 00:00:00 2001 From: Muqsit Rayyan Date: Sat, 28 May 2016 11:41:27 +0300 Subject: [PATCH] Update compile.sh --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 8dec44f..47c22a5 100644 --- a/compile.sh +++ b/compile.sh @@ -1,5 +1,5 @@ #!/bin/bash -[ -z "$PHP_VERSION" ] && PHP_VERSION="7.0.6" +[ -z "$PHP_VERSION" ] && PHP_VERSION="7.0.7" PHP_IS_BETA="no"