Use similar optimize flags for compiling PHP (bump major ver)

This commit is contained in:
crazywhalecc
2024-11-05 11:18:36 +08:00
committed by Jerry Ma
parent 5f69e957ac
commit 4f87e01bff
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ use Symfony\Component\Console\Application;
*/
final class ConsoleApplication extends Application
{
public const VERSION = '2.3.7';
public const VERSION = '2.4.0';
public function __construct()
{