Update version to 2.7.3

This commit is contained in:
crazywhalecc 2025-09-01 20:20:20 +08:00 committed by Jerry Ma
parent 8c8aba2dd5
commit cefb737fd2

View File

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