chore(version): bump version from 0.6.9 to 0.7.0

- Update project.yml version field from 0.6.9 to 0.7.0
- Update project.yml file-version from 0.6.9.1112 to 0.7.0.1112
- Update project.yml product-version from 0.6.9 to 0.7.0
- Update Translator.php VERSION constant from '0.6.9' to '0.7.0'
master
韩天峰 1 day ago
parent c5ba5afe65
commit 1e70321553
  1. 6
      project.yml
  2. 2
      src/Translator.php

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

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

Loading…
Cancel
Save