update to the release version

This commit is contained in:
crazywhalecc 2023-10-31 01:51:53 +08:00
parent e158cc5886
commit d5405ce436
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

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