Skip to content

Commit 8756c3f

Browse files
committed
bumped Symfony version to 5.0.11
1 parent 03b0be1 commit 8756c3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Kernel.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
6868

6969
private static $freshCache = [];
7070

71-
const VERSION = '5.0.10';
72-
const VERSION_ID = 50010;
71+
const VERSION = '5.0.11-DEV';
72+
const VERSION_ID = 50011;
7373
const MAJOR_VERSION = 5;
7474
const MINOR_VERSION = 0;
75-
const RELEASE_VERSION = 10;
76-
const EXTRA_VERSION = '';
75+
const RELEASE_VERSION = 11;
76+
const EXTRA_VERSION = 'DEV';
7777

7878
const END_OF_MAINTENANCE = '07/2020';
7979
const END_OF_LIFE = '07/2020';

0 commit comments

Comments
 (0)