8000 updated VERSION for 3.4.41 · symfony/symfony@8b909ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b909ce

Browse files
committed
updated VERSION for 3.4.41
1 parent 46a783d commit 8b909ce

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
@@ -67,11 +67,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
6767
private $requestStackSize = 0;
6868
private $resetServices = false;
6969

70-
const VERSION = '3.4.40';
71-
const VERSION_ID = 30440;
70+
const VERSION = '3.4.41';
71+
const VERSION_ID = 30441;
7272
const MAJOR_VERSION = 3;
7373
const MINOR_VERSION = 4;
74-
const RELEASE_VERSION = 40;
74+
const RELEASE_VERSION = 41;
7575
const EXTRA_VERSION = '';
7676

7777
const END_OF_MAINTENANCE = '11/2020';

0 commit comments

Comments
 (0)
0