Prepare for 2.5.2

This commit is contained in:
crazywhalecc
2025-04-19 16:22:26 +08:00
parent d7b9e5a7d4
commit a236ee3ac3

View File

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