bump version

This commit is contained in:
crazywhalecc 2024-04-02 15:06:54 +08:00
parent da6d9ffb4b
commit 1e494a2213
No known key found for this signature in database
GPG Key ID: 5900B7737B0F0E08

View File

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