diff --git a/composer.json b/composer.json index 3f9c27c6..1022d46e 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "marcj/topsort": "^2.0", "symfony/var-dumper": "^8.0", "symfony/yaml": "^8.0", - "swoole/phpx": "~2.5.6", + "swoole/phpx": "~2.6.0", "ajaxray/ansikit": "^0.3.1" }, "require-dev": { diff --git a/src/Translator.php b/src/Translator.php index d208e275..fa7bbd50 100644 --- a/src/Translator.php +++ b/src/Translator.php @@ -64,7 +64,7 @@ class Translator extends Preprocessor use ResourceCompilationTrait; use ClassConstantValueTrait; - public const string VERSION = '0.5.0'; + public const string VERSION = '0.6.0'; public const string APP_NAME = 'TypePHP Compiler (AOT)'; protected string $targetName = 'app'; diff --git a/version.txt b/version.txt index 6a333d31..8770aa24 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1107 \ No newline at end of file +1108 \ No newline at end of file