8000 bumped version · symfony/symfony@0578fdf · GitHub
[go: up one dir, main page]

Skip to content

Commit 0578fdf

Browse files
committed
bumped version
1 parent 4a80f8f commit 0578fdf

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
@@ -63,11 +63,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
6363
private $requestStackSize = 0;
6464
private $resetServices = false;
6565

66-
const VERSION = '4.1.12';
67-
const VERSION_ID = 40112;
66+
const VERSION = '4.1.13';
67+
const VERSION_ID = 40113;
6868
const MAJOR_VERSION = 4;
6969
const MINOR_VERSION = 1;
70-
const RELEASE_VERSION = 12;
70+
const RELEASE_VERSION = 13;
7171
const EXTRA_VERSION = '';
7272

7373
const END_OF_MAINTENANCE = '01/2019';

0 commit comments

Comments
 (0)
0