make it rc8

This commit is contained in:
DubbleClick 2023-10-30 22:22:01 +01:00
parent 12cc422d5b
commit 8747266df6

View File

@ -23,7 +23,7 @@ use Symfony\Component\Console\Command\ListCommand;
*/
final class ConsoleApplication extends Application
{
public const VERSION = '2.0.0';
public const VERSION = '2.0.0-rc8';
public function __construct()
{