diff --git a/README-CN.md b/README-CN.md index 9c45b91..bfcc2da 100644 --- a/README-CN.md +++ b/README-CN.md @@ -18,7 +18,7 @@ Box 致力于帮助提升 Hyperf 应用程序的编程体验,管理 PHP 环境 ##### Mac ```bash -wget https://github.com/hyperf/box/releases/download/v0.0.8/box_x86_64_macos -O box +wget https://github.com/hyperf/box/releases/download/v0.0.9/box_x86_64_macos -O box sudo mv ./box /usr/local/bin/box sudo chmod 755 /usr/local/bin/box // 确保 /usr/local/bin/box 在你的 $PATH 环境中,或者将 `box` 放到你想要的任意 $PATH 路径中 @@ -27,7 +27,7 @@ sudo chmod 755 /usr/local/bin/box ##### Linux x86_64 ```bash -wget https://github.com/hyperf/box/releases/download/v0.0.8/box_x86_64_linux -O box +wget https://github.com/hyperf/box/releases/download/v0.0.9/box_x86_64_linux -O box sudo mv ./box /usr/local/bin/box sudo chmod 755 /usr/local/bin/box // 确保 /usr/local/bin/box 在你的 $PATH 环境中,或者将 `box` 放到你想要的任意 $PATH 路径中 diff --git a/README.md b/README.md index 53eb624..f5a169a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Please notice that box **ONLY** supports for **Swow**, but **NOT** Swoole, so yo ##### Mac ```bash -wget https://github.com/hyperf/box/releases/download/v0.0.4/box_x86_64_macos -O box +wget https://github.com/hyperf/box/releases/download/v0.0.9/box_x86_64_macos -O box sudo mv ./box /usr/local/bin/box sudo chmod 755 /usr/local/bin/box // Make sure /usr/local/bin/box in your $PATH env, or put `box` into any path in $PATH env that you want @@ -27,7 +27,7 @@ sudo chmod 755 /usr/local/bin/box ##### Linux x86_64 ```bash -wget https://github.com/hyperf/box/releases/download/v0.0.4/box_x86_64_linux -O box +wget https://github.com/hyperf/box/releases/download/v0.0.9/box_x86_64_linux -O box sudo mv ./box /usr/local/bin/box sudo chmod 755 /usr/local/bin/box // Make sure /usr/local/bin/box in your $PATH env, or put `box` into any path in $PATH env that you want diff --git a/src/app/Box.php b/src/app/Box.php index a3b4e5f..b0434d0 100644 --- a/src/app/Box.php +++ b/src/app/Box.php @@ -14,5 +14,5 @@ class Box { - public const VERSION = '0.0.8'; + public const VERSION = '0.0.9'; }