mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-13 03:45:37 +08:00
Use alpha1 as version number
This commit is contained in:
@@ -29,7 +29,7 @@ use Symfony\Component\Console\Application;
|
|||||||
|
|
||||||
class ConsoleApplication extends 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 = [];
|
private static array $additional_commands = [];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user