Skip to content
Snippets Groups Projects
Commit 7fe9115d authored by Fabien Potencier's avatar Fabien Potencier
Browse files

updated VERSION for 4.4.2

parent ff28a244
Branches
Tags
No related merge requests found
......@@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private static $freshCache = [];
const VERSION = '4.4.2-DEV';
const VERSION = '4.4.2';
const VERSION_ID = 40402;
const MAJOR_VERSION = 4;
const MINOR_VERSION = 4;
const RELEASE_VERSION = 2;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
const END_OF_MAINTENANCE = '11/2022';
const END_OF_LIFE = '11/2023';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment