Skip to content

Commit

Permalink
bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
isfett committed Aug 20, 2019
1 parent f16e82a commit c70d5ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class Application extends BaseApplication
{
/** @var string */
private const APPLICATION_VERSION = '1.2.1';
private const APPLICATION_VERSION = '1.2.2';

/** @var string */
private const APPLICATION_NAME = 'php-analyzer';
Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/Console/ApplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class ApplicationTest extends TestCase
{
/** @var string */
private const APPLICATION_INFO = 'php-analyzer 1.2.1 by Christopher Stenke <chris@isfett.com>' . PHP_EOL;
private const APPLICATION_INFO = 'php-analyzer 1.2.2 by Christopher Stenke <chris@isfett.com>' . PHP_EOL;

/** @var Application */
private $application;
Expand Down

0 comments on commit c70d5ba

Please sign in to comment.