feat(php): 更新翻译器版本到0.2.0

pull/1/head
韩天峰 4 months ago
parent 8a27a0055b
commit b2d52d5d80
  1. 2
      src/Php/Translator.php

@ -29,7 +29,7 @@ use Symfony\Component\Yaml\Yaml;
class Translator extends Preprocessor class Translator extends Preprocessor
{ {
public const string VERSION = '0.1.0'; public const string VERSION = '0.2.0';
public const string APP_NAME = 'Swoole-Compiler (AOT)'; public const string APP_NAME = 'Swoole-Compiler (AOT)';
protected string $targetName = 'app'; protected string $targetName = 'app';
protected array $sourceDirs = []; protected array $sourceDirs = [];

Loading…
Cancel
Save