Bump version to 2.2.4

This commit is contained in:
crazywhalecc
2024-06-19 16:55:25 +08:00
parent 001d2e7de7
commit 1e4d345a75

View File

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