Prepare the 2.14.4 release

This commit is contained in:
Fabien Potencier
2021-03-10 11:05:55 +01:00
parent 728c611e86
commit 0b4ba691fb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# 2.14.4 (2021-XX-XX)
# 2.14.4 (2021-03-10)
* Add the slug filter
+2 -2
View File
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '2.14.4-DEV';
const VERSION = '2.14.4';
const VERSION_ID = 21404;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 14;
const RELEASE_VERSION = 4;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
private $charset;
private $loader;