8000 bumped Symfony version to 4.1.5 · symfony/symfony@30de3b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 30de3b8

Browse files
committed
bumped Symfony version to 4.1.5
1 parent c3f89b5 commit 30de3b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
6363
private $requestStackSize = 0;
6464
private $resetServices = false;
6565

66-
const VERSION = '4.1.4';
67-
const VERSION_ID = 40104;
66+
const VERSION = '4.1.5-DEV';
67+
const VERSION_ID = 40105;
6868
const MAJOR_VERSION = 4;
6969
const MINOR_VERSION = 1;
70-
const RELEASE_VERSION = 4;
71-
const EXTRA_VERSION = '';
70+
const RELEASE_VERSION = 5;
71+
const EXTRA_VERSION = 'DEV';
7272

7373
const END_OF_MAINTENANCE = '01/2019';
7474
const END_OF_LIFE = '07/2019';

0 commit comments

Comments
 (0)
0