diff --git a/compile.sh b/compile.sh index 9503bd9..8dec44f 100644 --- a/compile.sh +++ b/compile.sh @@ -1,5 +1,5 @@ #!/bin/bash -[ -z "$PHP_VERSION" ] && PHP_VERSION="7.0.5" +[ -z "$PHP_VERSION" ] && PHP_VERSION="7.0.6" PHP_IS_BETA="no"