Bump version to 1.42.6-DEV

This commit is contained in:
Fabien Potencier
2020-02-11 07:00:45 +01:00
parent 87b2ea9d8f
commit 982f8bde98
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
* 1.42.6 (2020-XX-XX)
* n/a
* 1.42.5 (2020-02-11)
* Fix implementation of case-insensitivity for method names
+3 -3
View File
@@ -41,12 +41,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '1.42.5';
const VERSION = '1.42.6-DEV';
const VERSION_ID = 14205;
const MAJOR_VERSION = 1;
const MINOR_VERSION = 42;
const RELEASE_VERSION = 5;
const EXTRA_VERSION = '';
const RELEASE_VERSION = 6;
const EXTRA_VERSION = 'DEV';
protected $charset;
protected $loader;