chore(version): bump version from 0.1.0 to 0.6.6

- Update project.yml version from 0.1.0 to 0.6.6
- Update project.yml file-version from 0.6.5.1112 to 0.6.6.1112
- Update project.yml product-version from 0.6.5 to 0.6.6
- Update Translator.php VERSION constant from 0.6.5 to 0.6.6
master
韩天峰 1 week ago
parent 4a9b918e7c
commit f2b0e9add9
  1. 6
      project.yml
  2. 2
      src/Translator.php

@ -1,6 +1,6 @@
name: tpc name: tpc
build-mode: bin build-mode: bin
version: 0.1.0 version: 0.6.6
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.5.1112 file-version: 0.6.6.1112
product-version: 0.6.5 product-version: 0.6.6
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.5'; public const string VERSION = '0.6.6';
public const string APP_NAME = 'TypePHP Compiler (AOT)'; public const string APP_NAME = 'TypePHP Compiler (AOT)';
protected string $targetName = 'app'; protected string $targetName = 'app';

Loading…
Cancel
Save