Prepare the 2.14.0 release

This commit is contained in:
Fabien Potencier
2020-10-21 14:35:06 +02:00
parent 53650c55c1
commit d495243dad
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '2.14.0-DEV';
const VERSION = '2.14.0';
const VERSION_ID = 21400;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 14;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
private $charset;
private $loader;