Skip to content

Commit 5484ff9

Browse files
committed
updated VERSION for 3.3.18
1 parent a4987c6 commit 5484ff9

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,11 +61,11 @@ abstract class Kernel implements KernelInterface, TerminableInterface
6161

6262
private $projectDir;
6363

64-
const VERSION = '3.3.17';
65-
const VERSION_ID = 30317;
64+
const VERSION = '3.3.18';
65+
const VERSION_ID = 30318;
6666
const MAJOR_VERSION = 3;
6767
const MINOR_VERSION = 3;
68-
const RELEASE_VERSION = 17;
68+
const RELEASE_VERSION = 18;
6969
const EXTRA_VERSION = '';
7070

7171
const END_OF_MAINTENANCE = '01/2018';

0 commit comments

Comments
 (0)