Bump version number

This commit is contained in:
crazywhalecc
2026-03-23 16:21:24 +08:00
parent a99b6bebae
commit d076df6b04

View File

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