From 91af3ea0eae1ff7cfe75cbf2e0725dc2f5d22ed1 Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Wed, 8 Jul 2026 18:10:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=87=B3=200.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Php/Translator.php | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Php/Translator.php b/src/Php/Translator.php index fa69a39d..f617ea7f 100644 --- a/src/Php/Translator.php +++ b/src/Php/Translator.php @@ -38,7 +38,7 @@ use Symfony\Component\Yaml\Yaml; class Translator extends Preprocessor { - public const string VERSION = '0.2.3'; + public const string VERSION = '0.3.0'; public const string APP_NAME = 'Swoole-Compiler (AOT)'; protected string $targetName = 'app'; protected array $sourceDirs = []; diff --git a/version.txt b/version.txt index 69559761..5b146698 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1075 +1080