set version to 2.0-rc7

This commit is contained in:
Jerry Ma 2023-10-05 22:07:44 +08:00 committed by GitHub
parent fbe149bcac
commit 29be3a2e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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-rc7';
public function __construct()
{