Update ConsoleApplication.php

This commit is contained in:
Jerry Ma 2024-02-23 11:42:10 +08:00 committed by GitHub
parent df0e37cd0f
commit 5012da96be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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