8000 Revert "Bump Symfony version to 7.0.4" · symfony/symfony@ce404eb · GitHub
[go: up one dir, main page]

Skip to content

Commit ce404eb

Browse files
committed
Revert "Bump Symfony version to 7.0.4"
This reverts commit c1d9c3c.
1 parent c1d9c3c commit ce404eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

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

79-
public const VERSION = '7.0.4-DEV';
80-
public const VERSION_ID = 70004;
79+
public const VERSION = '6.4.4-DEV';
80+
public const VERSION_ID = 60404;
8181
public const MAJOR_VERSION = 6;
8282
public const MINOR_VERSION = 4;
8383
public const RELEASE_VERSION = 4;

0 commit comments

Comments
 (0)
0