Skip to content

Commit

Permalink
prepared the 3.57.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed May 15, 2024
1 parent 5c90224 commit 0d4fcae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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 v3.57.0
---------------------

* feat: Ability to run Fixer with parallel runner 🎉 (#7777)

Changelog for v3.56.2
---------------------

Expand Down
4 changes: 2 additions & 2 deletions src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
final class Application extends BaseApplication
{
public const NAME = 'PHP CS Fixer';
public const VERSION = '3.56.3-DEV';
public const VERSION_CODENAME = '15 Keys Accelerate';
public const VERSION = '3.57.0';
public const VERSION_CODENAME = '7th Gear';

private ToolInfo $toolInfo;
private ?Command $executedCommand = null;
Expand Down

0 comments on commit 0d4fcae

Please sign in to comment.