prepared the 2.7.1 release

This commit is contained in:
Fabien Potencier
2019-03-12 16:45:07 +01:00
parent 2e72beba5a
commit c0dd4dc5f4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 2.7.1 (2019-XX-XX)
* 2.7.1 (2019-03-12)
* fixed class aliases
+2 -2
View File
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '2.7.1-DEV';
const VERSION = '2.7.1';
const VERSION_ID = 20701;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 7;
const RELEASE_VERSION = 1;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
private $charset;
private $loader;