Skip to content

Commit 08d49ad

Browse files
committed
Update VERSION for 5.2.13
1 parent 2b2f24e commit 08d49ad

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.12';
78-
public const VERSION_ID = 50212;
77+
public const VERSION = '5.2.13';
78+
public const VERSION_ID = 50213;
7979
public const MAJOR_VERSION = 5;
8080
public const MINOR_VERSION = 2;
81-
public const RELEASE_VERSION = 12;
81+
public const RELEASE_VERSION = 13;
8282
public const EXTRA_VERSION = '';
8383

8484
public const END_OF_MAINTENANCE = '07/2021';

0 commit comments

Comments
 (0)