Update version to 2.7.1

This commit is contained in:
Jerry Ma 2025-08-05 23:13:19 +08:00 committed by GitHub
parent 64d49003e0
commit c342741670
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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