Bump version from 2.8.0 to 2.8.2

This commit is contained in:
Jerry Ma
2026-02-12 00:02:38 +08:00
committed by GitHub
parent 1e4780397b
commit 0fe1442f7e

View File

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