Update to 2.0.0

This commit is contained in:
Jerry Ma 2024-01-03 10:36:04 +08:00 committed by GitHub
parent 31c71f180b
commit fa0ea5443d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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