Bump version

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