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

Commit

Permalink
[Release] Bump to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Nov 12, 2016
1 parent 366623b commit 2fb78d6
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
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.0/phpsa.phar
wget https://github.com/ovr/phpsa/releases/download/0.6.1/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
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.0
PHP Smart Analyzer version 0.6.1

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

const VERSION = '0.6.0';
const VERSION = '0.6.1';

/**
* Starts the application.
Expand Down

0 comments on commit 2fb78d6

Please sign in to comment.