8000 Fix the kernel version of 4.0 · symfony/symfony@aa223f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa223f5

Browse files
committed
Fix the kernel version of 4.0
1 parent d8594de commit aa223f5

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
@@ -63,7 +63,7 @@ abstract class Kernel implements KernelInterface, TerminableInterface
6363

6464
const VERSION = '4.0.0-DEV';
6565
const VERSION_ID = 40000;
66-
const MAJOR_VERSION = 0;
66+
const MAJOR_VERSION = 4;
6767
const MINOR_VERSION = 0;
6868
const RELEASE_VERSION = 0;
6969
const EXTRA_VERSION = 'DEV';

0 commit comments

Comments
 (0)
0