From 7a2735bcce6080b446961fe9273834d46407a538 Mon Sep 17 00:00:00 2001 From: Yurii Torbyk Date: Sat, 11 Aug 2018 16:07:10 +0300 Subject: [PATCH] Change version on 0.7.0 --- README.md | 2 +- config/app.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a628961..cea113f 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.6.1/sage.phar > /usr/local/bin/sage +curl -L https://github.com/ytorbyk/sage/releases/download/0.7.0/sage.phar > /usr/local/bin/sage chmod +x /usr/local/bin/sage ``` diff --git a/config/app.php b/config/app.php index 41bd70a..4e3e4f3 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.6.1', + 'version' => '0.7.0', /* |-------------------------------------------------------------------------- @@ -36,7 +36,7 @@ | services your application utilizes. Should be true in production. | */ - 'production' => false, + 'production' => true, /* |--------------------------------------------------------------------------