Prepare for 2.5.2

This commit is contained in:
crazywhalecc 2025-04-19 16:22:26 +08:00
parent d7b9e5a7d4
commit a236ee3ac3
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

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()
{