Skip to content

Commit

Permalink
bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
isfett committed Aug 19, 2019
1 parent b0a18e3 commit 9af65fe
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.0';
private const APPLICATION_VERSION = '1.2.1';

/** @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.0 by Christopher Stenke <chris@isfett.com>' . PHP_EOL;
private const APPLICATION_INFO = 'php-analyzer 1.2.1 by Christopher Stenke <chris@isfett.com>' . PHP_EOL;

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

0 comments on commit 9af65fe

Please sign in to comment.