Skip to content

Commit

Permalink
Update VERSION for 7.0.0-BETA3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Nov 10, 2023
1 parent 54a0add commit 55285b7
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 @@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
*/
private static array $freshCache = [];

public const VERSION = '7.0.0-DEV';
public const VERSION = '7.0.0-BETA3';
public const VERSION_ID = 70000;
public const MAJOR_VERSION = 7;
public const MINOR_VERSION = 0;
public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = 'DEV';
public const EXTRA_VERSION = 'BETA3';

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

0 comments on commit 55285b7

Please sign in to comment.