chore(version): bump version from 0.6.3 to 0.6.5

- Updated file-version in project.yml from 0.6.3.1112 to 0.6.5.1112
- Updated product-version in project.yml from 0.6.3 to 0.6.5
- Updated VERSION constant in Translator.php from 0.6.1 to 0.6.5
master
韩天峰 1 day ago
parent 3d2933ec7f
commit ed27572ca1
  1. 4
      project.yml
  2. 2
      src/Translator.php

@ -12,8 +12,8 @@ resource:
icon: swoole-logo.ico
# 版本信息
version-info:
file-version: 0.6.3.1112
product-version: 0.6.3
file-version: 0.6.5.1112
product-version: 0.6.5
company-name: "上海识沃网络科技有限公司"
file-description: "TypePHP Compiler"
internal-name: "typephp"

@ -67,7 +67,7 @@ class Translator extends Preprocessor
use ResourceCompilationTrait;
use ClassConstantValueTrait;
public const string VERSION = '0.6.1';
public const string VERSION = '0.6.5';
public const string APP_NAME = 'TypePHP Compiler (AOT)';
protected string $targetName = 'app';

Loading…
Cancel
Save