diff --git a/src/Php/Translator.php b/src/Php/Translator.php index fa69a39d..f617ea7f 100644 --- a/src/Php/Translator.php +++ b/src/Php/Translator.php @@ -38,7 +38,7 @@ use Symfony\Component\Yaml\Yaml; class Translator extends Preprocessor { - public const string VERSION = '0.2.3'; + public const string VERSION = '0.3.0'; public const string APP_NAME = 'Swoole-Compiler (AOT)'; protected string $targetName = 'app'; protected array $sourceDirs = []; diff --git a/version.txt b/version.txt index 69559761..5b146698 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1075 +1080