Skip to content

Commit

Permalink
prepared the 3.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Nov 15, 2021
1 parent 96a9f4f commit b37bf90
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.3.1
--------------------

* minor #6067 Bump minimum PHP version to 7.2 (keradus)

Changelog for v3.3.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.3.1-DEV';
public const VERSION = '3.3.1';
public const VERSION_CODENAME = 'Trinacria';

/**
Expand Down

0 comments on commit b37bf90

Please sign in to comment.