bumped version to 2.11.2-DEV

This commit is contained in:
Fabien Potencier
2019-06-04 13:33:20 +02:00
parent 0418e17113
commit 3cd635bf91
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
* 2.11.2 (2019-XX-XX)
* n/a
* 2.11.1 (2019-06-04)
* added support for "Twig\Markup" instances in the "in" test (again)
+4 -4
View File
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '2.11.1';
const VERSION_ID = 21101;
const VERSION = '2.11.2-DEV';
const VERSION_ID = 21102;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 11;
const RELEASE_VERSION = 1;
const EXTRA_VERSION = '';
const RELEASE_VERSION = 2;
const EXTRA_VERSION = 'DEV';
private $charset;
private $loader;