From 1db9423312a68f4d4c22411e901d7973a2355ac6 Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Fri, 4 Sep 2026 09:59:54 +0800 Subject: [PATCH] chore(release): bump version from 0.6.8 to 0.6.9 - Update project.yml version field from 0.6.8 to 0.6.9 - Update project.yml file-version from 0.6.8.1112 to 0.6.9.1112 - Update project.yml product-version from 0.6.8 to 0.6.9 - Update Translator.php VERSION constant from '0.6.8' to '0.6.9' --- project.yml | 6 +++--- src/Translator.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project.yml b/project.yml index 613346ea..ead9eb7b 100644 --- a/project.yml +++ b/project.yml @@ -1,6 +1,6 @@ name: tpc build-mode: bin -version: 0.6.8 +version: 0.6.9 cxx-std: c++17 cxx-flags: - -Wall @@ -12,8 +12,8 @@ resource: icon: swoole-logo.ico # 版本信息 version-info: - file-version: 0.6.8.1112 - product-version: 0.6.8 + file-version: 0.6.9.1112 + product-version: 0.6.9 company-name: "上海识沃网络科技有限公司" file-description: "TypePHP Compiler" internal-name: "typephp" diff --git a/src/Translator.php b/src/Translator.php index 4b5f7460..ec63dc7d 100644 --- a/src/Translator.php +++ b/src/Translator.php @@ -71,7 +71,7 @@ class Translator extends Preprocessor use ResourceCompilationTrait; use ClassConstantValueTrait; - public const string VERSION = '0.6.8'; + public const string VERSION = '0.6.9'; public const string APP_NAME = 'TypePHP Compiler (AOT)'; protected bool $hasExplicitOutput = false;