8000 bug #52223 [HttpKernel] Fix version (fabpot) · symfony/symfony@dbfbe9e · GitHub
[go: up one dir, main page]

Skip to content

Commit dbfbe9e

Browse files
committed
bug #52223 [HttpKernel] Fix version (fabpot)
This PR was merged into the 7.0 branch. Discussion ---------- [HttpKernel] Fix version | Q | A | ------------- | --- | Branch? | 7.0 | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | n/a | License | MIT Commits ------- 4cca9fb [HttpKernel] Fix version
2 parents 7ea560f + 4cca9fb commit dbfbe9e

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