Skip to content

Commit aa6df6c

Browse files
committedFeb 1, 2023
Update VERSION for 4.4.50
1 parent f7822a7 commit aa6df6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎Kernel.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7676

7777
private static $freshCache = [];
7878

79-
public const VERSION = '4.4.49';
80-
public const VERSION_ID = 40449;
79+
public const VERSION = '4.4.50';
80+
public const VERSION_ID = 40450;
8181
public const MAJOR_VERSION = 4;
8282
public const MINOR_VERSION = 4;
83-
public const RELEASE_VERSION = 49;
83+
public const RELEASE_VERSION = 50;
8484
public const EXTRA_VERSION = '';
8585

8686
public const END_OF_MAINTENANCE = '11/2022';

0 commit comments

Comments
 (0)