bumped version to 2.7.4-DEV

This commit is contained in:
Fabien Potencier
2019-03-21 15:53:34 +01:00
parent 52b9a5bd41
commit e6d2f8b33d
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
* 2.7.3 (2019-XX-XX)
* n/a
* 2.7.3 (2019-03-21)
* fixed the spaceless filter so that it behaves like the spaceless tag
+4 -4
View File
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '2.7.3';
const VERSION_ID = 20703;
const VERSION = '2.7.4-DEV';
const VERSION_ID = 20704;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 7;
const RELEASE_VERSION = 3;
const EXTRA_VERSION = '';
const RELEASE_VERSION = 4;
const EXTRA_VERSION = 'DEV';
private $charset;
private $loader;