Skip to content

Commit d484f72

Browse files
committed
bumped Symfony version to 3.4.0
1 parent 44e3c8b commit d484f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
6565
private $projectDir;
6666
private $warmupDir;
6767

68-
const VERSION = '3.4.0-BETA1';
68+
const VERSION = '3.4.0-DEV';
6969
const VERSION_ID = 30400;
7070
const MAJOR_VERSION = 3;
7171
const MINOR_VERSION = 4;
7272
const RELEASE_VERSION = 0;
73-
const EXTRA_VERSION = 'BETA1';
73+
const EXTRA_VERSION = 'DEV';
7474

7575
const END_OF_MAINTENANCE = '11/2020';
7676
const END_OF_LIFE = '11/2021';

0 commit comments

Comments
 (0)