Update ConsoleApplication.php

This commit is contained in:
Jerry Ma 2024-12-19 12:28:49 +08:00 committed by GitHub
parent 192c8cde87
commit adbe2e80f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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