diff --git a/composer.json b/composer.json index 3a617091..14d1ec94 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "marcj/topsort": "^2.0", "symfony/var-dumper": "^8.0", "symfony/yaml": "^8.0", - "swoole/phpx": "~2.6.4", + "swoole/phpx": "~2.6.6", "ajaxray/ansikit": "^0.3", "ext-dom": "*" }, diff --git a/project.yml b/project.yml index 1c219ac3..177b4b06 100644 --- a/project.yml +++ b/project.yml @@ -1,6 +1,6 @@ name: tpc build-mode: bin -version: 0.6.6 +version: 0.6.7 cxx-std: c++17 cxx-flags: - -Wall @@ -12,8 +12,8 @@ resource: icon: swoole-logo.ico # 版本信息 version-info: - file-version: 0.6.6.1112 - product-version: 0.6.6 + file-version: 0.6.7.1112 + product-version: 0.6.7 company-name: "上海识沃网络科技有限公司" file-description: "TypePHP Compiler" internal-name: "typephp" diff --git a/src/Translator.php b/src/Translator.php index 0e807067..b894b7cb 100644 --- a/src/Translator.php +++ b/src/Translator.php @@ -68,7 +68,7 @@ class Translator extends Preprocessor use ResourceCompilationTrait; use ClassConstantValueTrait; - public const string VERSION = '0.6.6'; + public const string VERSION = '0.6.7'; public const string APP_NAME = 'TypePHP Compiler (AOT)'; protected bool $hasExplicitOutput = false;