Skip to content

Commit

Permalink
Bump Symfony version to 6.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jul 26, 2024
1 parent 147e0da commit fa742a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
*/
private static array $freshCache = [];

public const VERSION = '6.4.10';
public const VERSION_ID = 60410;
public const VERSION = '6.4.11-DEV';
public const VERSION_ID = 60411;
public const MAJOR_VERSION = 6;
public const MINOR_VERSION = 4;
public const RELEASE_VERSION = 10;
public const EXTRA_VERSION = '';
public const RELEASE_VERSION = 11;
public const EXTRA_VERSION = 'DEV';

public const END_OF_MAINTENANCE = '11/2026';
public const END_OF_LIFE = '11/2027';
Expand Down

0 comments on commit fa742a0

Please sign in to comment.