Skip to content

Commit

Permalink
prepared the 3.68.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Jan 30, 2025
1 parent e2b0087 commit 7bedb71
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.68.5
---------------------

* fix: `NativeTypeDeclarationCasingFixer` - do not touch constants named as native types (#8404)

Changelog for v3.68.4
---------------------

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
final class Application extends BaseApplication
{
public const NAME = 'PHP CS Fixer';
public const VERSION = '3.68.5-DEV';
public const VERSION = '3.68.5';
public const VERSION_CODENAME = 'Persian Successor';

/**
Expand Down

0 comments on commit 7bedb71

Please sign in to comment.