Skip to content

Commit

Permalink
Release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ytorbyk committed Dec 25, 2020
1 parent 86e9ea2 commit 4665d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 `$HOME/bin` folder.
```bash
curl -L https://github.com/ytorbyk/sage/releases/download/0.13.0/sage.phar > $HOME/bin/sage
curl -L https://github.com/ytorbyk/sage/releases/download/0.14.0/sage.phar > $HOME/bin/sage
chmod +x $HOME/bin/sage
```

Expand Down
2 changes: 1 addition & 1 deletion 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.13.0',
'version' => '0.14.0',

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

0 comments on commit 4665d41

Please sign in to comment.