Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9919918

Browse files
committed
fixed version in HttpKernel
1 parent 7bd1d4c commit 9919918

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ abstract class Kernel implements KernelInterface, TerminableInterface
6161

6262
const VERSION = '2.6.0-BETA1';
6363
const VERSION_ID = '20600';
64-
const MAJOR_VERSION = '2.6.0-BETA1';
65-
const MINOR_VERSION = '2.6.0-BETA1';
66-
const RELEASE_VERSION = '2.6.0-BETA1';
64+
const MAJOR_VERSION = '2';
65+
const MINOR_VERSION = '6';
66+
const RELEASE_VERSION = '0';
6767
const EXTRA_VERSION = 'BETA1';
6868

6969
/**

0 commit comments

Comments
 (0)