Skip to content

Commit

Permalink
Bump Symfony version to 6.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 28, 2023
1 parent a8b4c6d commit 2407467
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Symfony/Component/HttpKernel/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
*/
private static array $freshCache = [];

public const VERSION = '6.2.10';
public const VERSION_ID = 60210;
public const VERSION = '6.2.11-DEV';
public const VERSION_ID = 60211;
public const MAJOR_VERSION = 6;
public const MINOR_VERSION = 2;
public const RELEASE_VERSION = 10;
public const EXTRA_VERSION = '';
public const RELEASE_VERSION = 11;
public const EXTRA_VERSION = 'DEV';

public const END_OF_MAINTENANCE = '07/2023';
public const END_OF_LIFE = '07/2023';
Expand Down

0 comments on commit 2407467

Please sign in to comment.