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';