bump version to 2.1.1

This commit is contained in:
crazywhalecc 2024-02-26 20:11:09 +08:00
parent 5f6c1a0f40
commit 254764761d
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

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