Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
[Release] 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Dec 10, 2016
1 parent 795841b commit f754fe6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/01_Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
The easiest way to get it working is to download a tagged phpsa.phar release, and put this on your path. For example:

```
wget https://github.com/ovr/phpsa/releases/download/0.6.1/phpsa.phar
wget https://github.com/ovr/phpsa/releases/download/0.6.2/phpsa.phar
chmod +x phpsa.phar
sudo mv phpsa.phar /usr/local/bin/phpsa
```
Expand Down
2 changes: 1 addition & 1 deletion docs/02_Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ You can change the configuration by editing .phpsa.yml in the root directory. He

```sh
$ ./bin/phpsa
PHP Smart Analyzer version 0.6.1
PHP Smart Analyzer version 0.6.2

Usage:
command [options] [arguments]
Expand Down
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Application extends \Symfony\Component\Console\Application
*/
public $compiler;

const VERSION = '0.6.1';
const VERSION = '0.6.2';

/**
* Starts the application.
Expand Down

0 comments on commit f754fe6

Please sign in to comment.