Update version to 2.7.10 (#997)

This commit is contained in:
Jerry Ma
2025-12-10 17:14:27 +08:00
committed by GitHub
parent 07ea1e2887
commit 3c89ce6c7f

View File

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