Skip to content

Commit

Permalink
prepared the 3.25.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Aug 31, 2023
1 parent 7fba378 commit 9025b7d
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 v3.25.0
---------------------

* feat: Remove Doctrine dependencies (#7263)

Changelog for v3.24.0
---------------------

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

private ToolInfo $toolInfo;
Expand Down

0 comments on commit 9025b7d

Please sign in to comment.