From b2d52d5d8093395aaea847c51266586a3b766f48 Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Tue, 19 May 2026 19:30:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(php):=20=E6=9B=B4=E6=96=B0=E7=BF=BB?= =?UTF-8?q?=E8=AF=91=E5=99=A8=E7=89=88=E6=9C=AC=E5=88=B00.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Php/Translator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Php/Translator.php b/src/Php/Translator.php index cc41cc8c..a569bbd2 100644 --- a/src/Php/Translator.php +++ b/src/Php/Translator.php @@ -29,7 +29,7 @@ use Symfony\Component\Yaml\Yaml; class Translator extends Preprocessor { - public const string VERSION = '0.1.0'; + public const string VERSION = '0.2.0'; public const string APP_NAME = 'Swoole-Compiler (AOT)'; protected string $targetName = 'app'; protected array $sourceDirs = [];