This commit is contained in:
crazywhalecc
2025-11-29 18:58:16 +08:00
parent d55278714f
commit f6c818d3c0

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()
{