Update version to 2.7.7

This commit is contained in:
crazywhalecc 2025-10-31 16:48:55 +08:00
parent 9738fcd6cd
commit 5e3e7eccbf
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

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