Skip to content

Commit

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

public const VERSION = '7.1.0-BETA1';
public const VERSION = '7.1.0-DEV';
public const VERSION_ID = 70100;
public const MAJOR_VERSION = 7;
public const MINOR_VERSION = 1;
public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = 'BETA1';
public const EXTRA_VERSION = 'DEV';

public const END_OF_MAINTENANCE = '01/2025';
public const END_OF_LIFE = '01/2025';
Expand Down

0 comments on commit 820382c

Please sign in to comment.