Update version to 2.6.0

This commit is contained in:
Jerry Ma 2025-06-12 13:02:25 +08:00
parent 56080f40ef
commit d9cd4d7e36

View File

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