summaryrefslogtreecommitdiff
path: root/vendor/symfony/http-kernel/Kernel.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/http-kernel/Kernel.php')
-rw-r--r--vendor/symfony/http-kernel/Kernel.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/symfony/http-kernel/Kernel.php b/vendor/symfony/http-kernel/Kernel.php
index 225a047d14..d34beba419 100644
--- a/vendor/symfony/http-kernel/Kernel.php
+++ b/vendor/symfony/http-kernel/Kernel.php
@@ -73,11 +73,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private $requestStackSize = 0;
private $resetServices = false;
- const VERSION = '4.2.0';
- const VERSION_ID = 40200;
+ const VERSION = '4.2.1';
+ const VERSION_ID = 40201;
const MAJOR_VERSION = 4;
const MINOR_VERSION = 2;
- const RELEASE_VERSION = 0;
+ const RELEASE_VERSION = 1;
const EXTRA_VERSION = '';
const END_OF_MAINTENANCE = '07/2019';