Prepare the 1.42.5 release

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