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

Commit

Permalink
Release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ytorbyk committed Sep 22, 2019
1 parent 2022405 commit 46ccdeb
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.11.0/sage.phar > $HOME/bin/sage
curl -L https://github.com/ytorbyk/sage/releases/download/0.12.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.11.0',
'version' => '0.12.0',

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

0 comments on commit 46ccdeb

Please sign in to comment.