Skip to content

Commit 2fe5cf9

Browse files
committed
Update VERSION for 5.4.50
1 parent 89f9a3f commit 2fe5cf9

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
@@ -78,11 +78,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7878
*/
7979
private static $freshCache = [];
8080

81-
public const VERSION = '5.4.49';
82-
public const VERSION_ID = 50449;
81+
public const VERSION = '5.4.50';
82+
public const VERSION_ID = 50450;
8383
public const MAJOR_VERSION = 5;
8484
public const MINOR_VERSION = 4;
85-
public const RELEASE_VERSION = 49;
85+
public const RELEASE_VERSION = 50;
8686
public const EXTRA_VERSION = '';
8787

8888
public const END_OF_MAINTENANCE = '11/2024';

0 commit comments

Comments
 (0)