Skip to content

Commit 69f57b7

Browse files
committed
updated version to 6.2
1 parent aec0685 commit 69f57b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Kernel.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7878
*/
7979
private static array $freshCache = [];
8080

81-
public const VERSION = '6.1.0-DEV';
82-
public const VERSION_ID = 60100;
81+
public const VERSION = '6.2.0-DEV';
82+
public const VERSION_ID = 60200;
8383
public const MAJOR_VERSION = 6;
84-
public const MINOR_VERSION = 1;
84+
public const MINOR_VERSION = 2;
8585
public const RELEASE_VERSION = 0;
8686
public const EXTRA_VERSION = 'DEV';
8787

88-
public const END_OF_MAINTENANCE = '01/2023';
89-
public const END_OF_LIFE = '01/2023';
88+
public const END_OF_MAINTENANCE = '07/2023';
89+
public const END_OF_LIFE = '07/2023';
9090

9191
public function __construct(string $environment, bool $debug)
9292
{

0 commit comments

Comments
 (0)