Skip to content

Commit 4e91836

Browse files
committed
Update VERSION for 6.2.14
1 parent 0358d76 commit 4e91836

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7575
*/
7676
private static array $freshCache = [];
7777

78-
public const VERSION = '6.2.13';
79-
public const VERSION_ID = 60213;
78+
public const VERSION = '6.2.14';
79+
public const VERSION_ID = 60214;
8080
public const MAJOR_VERSION = 6;
8181
public const MINOR_VERSION = 2;
82-
public const RELEASE_VERSION = 13;
82+
public const RELEASE_VERSION = 14;
8383
public const EXTRA_VERSION = '';
8484

8585
public const END_OF_MAINTENANCE = '07/2023';

0 commit comments

Comments
 (0)