We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f8e3f commit f5dfe19Copy full SHA for f5dfe19
Kernel.php
@@ -67,12 +67,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
67
private $requestStackSize = 0;
68
private $resetServices = false;
69
70
- const VERSION = '3.4.46';
71
- const VERSION_ID = 30446;
+ const VERSION = '3.4.47-DEV';
+ const VERSION_ID = 30447;
72
const MAJOR_VERSION = 3;
73
const MINOR_VERSION = 4;
74
- const RELEASE_VERSION = 46;
75
- const EXTRA_VERSION = '';
+ const RELEASE_VERSION = 47;
+ const EXTRA_VERSION = 'DEV';
76
77
const END_OF_MAINTENANCE = '11/2020';
78
const END_OF_LIFE = '11/2021';
0 commit comments