From 1072e9d1c7a3e20286ced162245eca1680f7d57a Mon Sep 17 00:00:00 2001 From: tianfenghan Date: Sat, 8 Aug 2026 20:54:39 +0800 Subject: [PATCH] chore(version): bump version from 0.4.3 to 0.5.0 - Update VERSION constant from '0.4.3' to '0.5.0' - Maintain APP_NAME constant value as 'TypePHP Compiler (AOT)' - Keep targetName property initialization unchanged --- src/Translator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Translator.php b/src/Translator.php index 9e567a2e..e485cc1d 100644 --- a/src/Translator.php +++ b/src/Translator.php @@ -63,7 +63,7 @@ class Translator extends Preprocessor use ResourceCompilationTrait; use ClassConstantValueTrait; - public const string VERSION = '0.4.3'; + public const string VERSION = '0.5.0'; public const string APP_NAME = 'TypePHP Compiler (AOT)'; protected string $targetName = 'app';