Skip to content

Commit

Permalink
prepared the 3.43.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Dec 29, 2023
1 parent 77a5d43 commit 91c0b47
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.43.1
---------------------

* fix: Import only unique symbols' short names (#7635)

Changelog for v3.43.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 @@ -40,7 +40,7 @@
*/
final class Application extends BaseApplication
{
public const VERSION = '3.43.1-DEV';
public const VERSION = '3.43.1';
public const VERSION_CODENAME = 'Three Keys';

private ToolInfo $toolInfo;
Expand Down

0 comments on commit 91c0b47

Please sign in to comment.