Skip to content

Commit

Permalink
prepared the 3.37.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Oct 28, 2023
1 parent 4ff6ed7 commit d5ccc38
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.37.0
---------------------

* feat: add parallel cache support (#7131)

Changelog for v3.36.0
---------------------

Expand Down
4 changes: 2 additions & 2 deletions src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
*/
final class Application extends BaseApplication
{
public const VERSION = '3.36.1-DEV';
public const VERSION_CODENAME = 'Freezy Vrooom';
public const VERSION = '3.37.0';
public const VERSION_CODENAME = 'ParaCache';

private ToolInfo $toolInfo;

Expand Down

0 comments on commit d5ccc38

Please sign in to comment.