bumped version to 2.11.4-DEV

This commit is contained in:
Fabien Potencier
2019-06-18 17:37:46 +02:00
parent 699ed23425
commit 86dc3ba3bb
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
* 2.11.4 (2019-XX-XX)
* n/a
* 2.11.3 (2019-06-18)
* fixed the filter filter (allow the result to be used several times)
+4 -4
View File
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '2.11.3';
const VERSION_ID = 21103;
const VERSION = '2.11.4-DEV';
const VERSION_ID = 21104;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 11;
const RELEASE_VERSION = 3;
const EXTRA_VERSION = '';
const RELEASE_VERSION = 4;
const EXTRA_VERSION = 'DEV';
private $charset;
private $loader;