Skip to content

Commit

Permalink
prepared the 2.19.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Aug 18, 2021
1 parent c4bdd91 commit d5c737c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ CHANGELOG for PHP CS Fixer

This file contains changelogs for stable releases only.

Changelog for v2.19.2
---------------------

* bug #5881 SelfUpdateCommand - fix link to UPGRADE docs (keradus)

Changelog for v2.19.1
---------------------

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
*/
final class Application extends BaseApplication
{
const VERSION = '2.19.2-DEV';
const VERSION = '2.19.2';
const VERSION_CODENAME = 'Testament';

/**
Expand Down

0 comments on commit d5c737c

Please sign in to comment.