From ed27572ca16b86fc3e8c114bb709bc66f488da4c Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Wed, 26 Aug 2026 16:42:30 +0800 Subject: [PATCH] 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 --- project.yml | 4 ++-- src/Translator.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project.yml b/project.yml index c2d43266..0fb23091 100644 --- a/project.yml +++ b/project.yml @@ -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" diff --git a/src/Translator.php b/src/Translator.php index 8a7b170b..46553ad0 100644 --- a/src/Translator.php +++ b/src/Translator.php @@ -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';