8000 [HttpKernel] Fix version · symfony/symfony@4cca9fb · GitHub
[go: up one dir, main page]

Skip to content

Commit 4cca9fb

Browse files
committed
[HttpKernel] Fix version
1 parent 7ea560f commit 4cca9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7878

7979
public const VERSION = '7.0.0-DEV';
8080
public const VERSION_ID = 70000;
81-
public const MAJOR_VERSION = 0;
81+
public const MAJOR_VERSION = 7;
8282
public const MINOR_VERSION = 0;
8383
public const RELEASE_VERSION = 0;
8484
public const EXTRA_VERSION = 'DEV';

0 commit comments

Comments
 (0)
0