Skip to content

Commit 13a15b1

Browse files
committed
Use alpha1 as version number
1 parent d2c7fee commit 13a15b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StaticPHP/ConsoleApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
class ConsoleApplication extends Application
3131
{
32-
public const string VERSION = '3.0.0-dev';
32+
public const string VERSION = '3.0.0-alpha1';
3333

3434
private static array $additional_commands = [];
3535

0 commit comments

Comments
 (0)