diff --git a/CHANGELOG b/CHANGELOG index 0d71a8787..dc0824d56 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/src/Environment.php b/src/Environment.php index 243695f4a..e8acb49db 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -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;