Bump version from 2.7.8 to 2.7.9

This commit is contained in:
Jerry Ma 2025-11-26 17:08:49 +08:00 committed by GitHub
parent 5b8c9e6f09
commit cb7eca9049
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 final class ConsoleApplication extends Application
{ {
public const string VERSION = '2.7.8'; public const string VERSION = '2.7.9';
public function __construct() public function __construct()
{ {