Skip to content

Commit 002ac0c

Browse files
committed
Update VERSION for 7.4.6
1 parent 327c4b9 commit 002ac0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Kernel.php

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

77-
public const VERSION = '7.4.6-DEV';
77+
public const VERSION = '7.4.6';
7878
public const VERSION_ID = 70406;
7979
public const MAJOR_VERSION = 7;
8080
public const MINOR_VERSION = 4;
8181
public const RELEASE_VERSION = 6;
82-
public const EXTRA_VERSION = 'DEV';
82+
public const EXTRA_VERSION = '';
8383

8484
public const END_OF_MAINTENANCE = '11/2028';
8585
public const END_OF_LIFE = '11/2029';

0 commit comments

Comments
 (0)