add hardcoded-ini option for embed SAPI

This commit is contained in:
crazywhalecc
2023-09-15 23:24:40 +08:00
committed by Jerry Ma
parent 824748c2a7
commit 4e99211bc3
2 changed files with 11 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ use Symfony\Component\Console\Command\ListCommand;
*/
final class ConsoleApplication extends Application
{
public const VERSION = '2.0-rc6';
public const VERSION = '2.0.0';
public function __construct()
{