diff --git a/README.md b/README.md index cea113f..5036e62 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ brew upgrade 2. Download phar package from [the latest release](https://github.com/ytorbyk/sage/releases/latest) and put it in `/usr/local/bin` folder. So it will be accessible in Terminal everywhere ```bash -curl -L https://github.com/ytorbyk/sage/releases/download/0.7.0/sage.phar > /usr/local/bin/sage +curl -L https://github.com/ytorbyk/sage/releases/download/0.7.1/sage.phar > /usr/local/bin/sage chmod +x /usr/local/bin/sage ``` diff --git a/config/app.php b/config/app.php index 4e3e4f3..21d6fcc 100644 --- a/config/app.php +++ b/config/app.php @@ -24,7 +24,7 @@ | number MAJOR.MINOR.PATCH when an update happens: https://semver.org. | */ - 'version' => '0.7.0', + 'version' => '0.7.1', /* |--------------------------------------------------------------------------