Merge remote-tracking branch 'origin/main' into ext/gettext

This commit is contained in:
crazywhalecc
2024-02-17 00:47:40 +08:00
5 changed files with 607 additions and 393 deletions

View File

@@ -23,7 +23,7 @@ use Symfony\Component\Console\Command\ListCommand;
*/
final class ConsoleApplication extends Application
{
public const VERSION = '2.1.0-beta.2';
public const VERSION = '2.1.0-beta.3';
public function __construct()
{