This commit is contained in:
crazywhalecc 2025-11-29 18:58:16 +08:00
parent d55278714f
commit f6c818d3c0
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.9';
public const string VERSION = '3.0.0-dev';
public function __construct()
{