chore(project): bump version to 0.6.7

- Updated swoole/phpx dependency from ~2.6.4 to ~2.6.6
- Bumped project version from 0.6.6 to 0.6.7 in project.yml
- Updated file version from 0.6.6.1112 to 0.6.7.1112 in project.yml
- Updated product version from 0.6.6 to 0.6.7 in project.yml
- Updated VERSION constant from '0.6.6' to '0.6.7' in Translator.php
master
韩天峰 6 days ago
parent 4438c5807d
commit 7b05882c10
  1. 2
      composer.json
  2. 6
      project.yml
  3. 2
      src/Translator.php

@ -21,7 +21,7 @@
"marcj/topsort": "^2.0", "marcj/topsort": "^2.0",
"symfony/var-dumper": "^8.0", "symfony/var-dumper": "^8.0",
"symfony/yaml": "^8.0", "symfony/yaml": "^8.0",
"swoole/phpx": "~2.6.4", "swoole/phpx": "~2.6.6",
"ajaxray/ansikit": "^0.3", "ajaxray/ansikit": "^0.3",
"ext-dom": "*" "ext-dom": "*"
}, },

@ -1,6 +1,6 @@
name: tpc name: tpc
build-mode: bin build-mode: bin
version: 0.6.6 version: 0.6.7
cxx-std: c++17 cxx-std: c++17
cxx-flags: cxx-flags:
- -Wall - -Wall
@ -12,8 +12,8 @@ resource:
icon: swoole-logo.ico icon: swoole-logo.ico
# 版本信息 # 版本信息
version-info: version-info:
file-version: 0.6.6.1112 file-version: 0.6.7.1112
product-version: 0.6.6 product-version: 0.6.7
company-name: "上海识沃网络科技有限公司" company-name: "上海识沃网络科技有限公司"
file-description: "TypePHP Compiler" file-description: "TypePHP Compiler"
internal-name: "typephp" internal-name: "typephp"

@ -68,7 +68,7 @@ class Translator extends Preprocessor
use ResourceCompilationTrait; use ResourceCompilationTrait;
use ClassConstantValueTrait; use ClassConstantValueTrait;
public const string VERSION = '0.6.6'; public const string VERSION = '0.6.7';
public const string APP_NAME = 'TypePHP Compiler (AOT)'; public const string APP_NAME = 'TypePHP Compiler (AOT)';
protected bool $hasExplicitOutput = false; protected bool $hasExplicitOutput = false;

Loading…
Cancel
Save