Use alpha1 as version number

This commit is contained in:
crazywhalecc
2026-03-24 15:31:15 +08:00
parent d2c7fee8fa
commit 13a15b1a5a

View File

@@ -29,7 +29,7 @@ use Symfony\Component\Console\Application;
class ConsoleApplication extends Application
{
public const string VERSION = '3.0.0-dev';
public const string VERSION = '3.0.0-alpha1';
private static array $additional_commands = [];