Skip to content

Commit

Permalink
Prepare v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maidmaid committed Mar 5, 2017
1 parent 42d33d0 commit 4f01766
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 @@ -10,7 +10,7 @@ Installation
------------

```
$ sudo curl -LsS https://github.com/maidmaid/cffie/releases/download/v0.3.0/cffie.phar -o /usr/local/bin/cffie
$ sudo curl -LsS https://github.com/maidmaid/cffie/releases/download/v0.4.0/cffie.phar -o /usr/local/bin/cffie
$ sudo chmod a+x /usr/local/bin/cffie
```

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Application extends BaseApplication

public function __construct()
{
parent::__construct('CFFie', '0.3.0');
parent::__construct('CFFie', '0.4.0');
}

protected function getDefaultCommands()
Expand Down

0 comments on commit 4f01766

Please sign in to comment.