bump version to 2.0.1

This commit is contained in:
crazywhalecc 2024-01-09 10:40:30 +08:00 committed by Jerry Ma
parent fdc00301c0
commit a7d5a48b48

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