Skip to content

Commit 1449d85

Browse files
committed
Bump Symfony version to 8.0.1
1 parent 33a41d7 commit 1449d85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Kernel.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7171
*/
7272
private static array $freshCache = [];
7373

74-
public const VERSION = '8.0.0';
75-
public const VERSION_ID = 80000;
74+
public const VERSION = '8.0.1-DEV';
75+
public const VERSION_ID = 80001;
7676
public const MAJOR_VERSION = 8;
7777
public const MINOR_VERSION = 0;
78-
public const RELEASE_VERSION = 0;
79-
public const EXTRA_VERSION = '';
78+
public const RELEASE_VERSION = 1;
79+
public const EXTRA_VERSION = 'DEV';
8080

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

0 commit comments

Comments
 (0)