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

Skip to content

Commit e029409

Browse files
committed
updated VERSION for 2.1.11
1 parent b2c0861 commit e029409

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
const MAJOR_VERSION = '2';
6464
const MINOR_VERSION = '1';
6565
const RELEASE_VERSION = '11';
66-
const EXTRA_VERSION = 'DEV';
66+
const EXTRA_VERSION = '';
6767

6868
/**
6969
* Constructor.

0 commit comments

Comments
 (0)