add static-php-cli.version ini for php-src

This commit is contained in:
crazywhalecc
2024-02-04 10:56:29 +08:00
committed by Jerry Ma
parent 2591b48abe
commit 839931d65f
3 changed files with 20 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ use Symfony\Component\Console\Command\ListCommand;
*/
final class ConsoleApplication extends Application
{
public const VERSION = '2.1.0-beta.1';
public const VERSION = '2.1.0-beta.2';
public function __construct()
{