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
pull/47/head
韩天峰 2 weeks ago
parent 1847b4c926
commit 1072e9d1c7
  1. 2
      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';

Loading…
Cancel
Save