Skip to content

Commit b567e57

Browse files
committed
Update VERSION for 8.0.6
1 parent a7fca3e commit b567e57

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
@@ -72,12 +72,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7272
*/
7373
private static array $freshCache = [];
7474

75-
public const VERSION = '8.0.6-DEV';
75+
public const VERSION = '8.0.6';
7676
public const VERSION_ID = 80006;
7777
public const MAJOR_VERSION = 8;
7878
public const MINOR_VERSION = 0;
7979
public const RELEASE_VERSION = 6;
80-
public const EXTRA_VERSION = 'DEV';
80+
public const EXTRA_VERSION = '';
8181

8282
public const END_OF_MAINTENANCE = '07/2026';
8383
public const END_OF_LIFE = '07/2026';

0 commit comments

Comments
 (0)