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

Commit f754fe6

Browse files
committed
[Release] 0.6.2
1 parent 795841b commit f754fe6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/01_Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The easiest way to get it working is to download a tagged phpsa.phar release, and put this on your path. For example:
66

77
```
8-
wget https://github.com/ovr/phpsa/releases/download/0.6.1/phpsa.phar
8+
wget https://github.com/ovr/phpsa/releases/download/0.6.2/phpsa.phar
99
chmod +x phpsa.phar
1010
sudo mv phpsa.phar /usr/local/bin/phpsa
1111
```

docs/02_Usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ You can change the configuration by editing .phpsa.yml in the root directory. He
44

55
```sh
66
$ ./bin/phpsa
7-
PHP Smart Analyzer version 0.6.1
7+
PHP Smart Analyzer version 0.6.2
88

99
Usage:
1010
command [options] [arguments]

src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Application extends \Symfony\Component\Console\Application
2525
*/
2626
public $compiler;
2727

28-
const VERSION = '0.6.1';
28+
const VERSION = '0.6.2';
2929

3030
/**
3131
* Starts the application.

0 commit comments

Comments
 (0)