Skip to content

Commit 2c3b9af

Browse files
committed
Update VERSION for 5.2.14
1 parent 08d49ad commit 2c3b9af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Kernel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7474

7575
private static $freshCache = [];
7676

77-
public const VERSION = '5.2.13';
78-
public const VERSION_ID = 50213;
77+
public const VERSION = '5.2.14';
78+
public const VERSION_ID = 50214;
7979
public const MAJOR_VERSION = 5;
8080
public const MINOR_VERSION = 2;
81-
public const RELEASE_VERSION = 13;
81+
public const RELEASE_VERSION = 14;
8282
public const EXTRA_VERSION = '';
8383

8484
public const END_OF_MAINTENANCE = '07/2021';

0 commit comments

Comments
 (0)