Compare commits

...

1 Commits

Author SHA1 Message Date
crazywhalecc
cdf327bca4 Init for v3 2025-11-07 10:17:53 +08:00

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