From d9bf4b472b17cde21ef6dcaab6c61f6971e5b58b Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Mon, 27 Jul 2026 18:28:21 +0800 Subject: [PATCH] chore(version): bump version to 0.4.3 - Update VERSION constant from 0.4.2 to 0.4.3 in Translator class --- src/Translator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Translator.php b/src/Translator.php index 47f4a0cb..542d0278 100644 --- a/src/Translator.php +++ b/src/Translator.php @@ -58,7 +58,7 @@ class Translator extends Preprocessor use ResourceCompilationTrait; use ClassConstantValueTrait; - public const string VERSION = '0.4.2'; + public const string VERSION = '0.4.3'; public const string APP_NAME = 'TypePHP Compiler (AOT)'; protected string $targetName = 'app';