Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

Commit

Permalink
Change version on 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ytorbyk committed Aug 11, 2018
1 parent cbe70db commit 7a2735b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
| number MAJOR.MINOR.PATCH when an update happens: https://semver.org.
|
*/
'version' => '0.6.1',
'version' => '0.7.0',

/*
|--------------------------------------------------------------------------
Expand All @@ -36,7 +36,7 @@
| services your application utilizes. Should be true in production.
|
*/
'production' => false,
'production' => true,

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 7a2735b

Please sign in to comment.