Skip to content

Commit

Permalink
Update VERSION for 4.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 27, 2020
1 parent 5e67d95 commit e3eac6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl

private static $freshCache = [];

const VERSION = '4.4.14-DEV';
const VERSION = '4.4.14';
const VERSION_ID = 40414;
const MAJOR_VERSION = 4;
const MINOR_VERSION = 4;
const RELEASE_VERSION = 14;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';

const END_OF_MAINTENANCE = '11/2022';
const END_OF_LIFE = '11/2023';
Expand Down

0 comments on commit e3eac6d

Please sign in to comment.