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