Init for v3

This commit is contained in:
crazywhalecc
2025-11-07 10:17:53 +08:00
parent 7402fbf7c1
commit cdf327bca4

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 = '3.0.0-alpha';
public function __construct()
{