bumped version to 1.42.3-DEV

This commit is contained in:
Fabien Potencier
2019-06-18 17:36:05 +02:00
parent 21707d6ebd
commit 5c9ec4d4a3
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
* 1.42.3 (2019-XX-XX)
* n/a
* 1.42.2 (2019-06-18)
* Display partial output (PHP buffer) when an error occurs in debug mode
+4 -4
View File
@@ -41,12 +41,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '1.42.2';
const VERSION_ID = 14202;
const VERSION = '1.42.3-DEV';
const VERSION_ID = 14203;
const MAJOR_VERSION = 1;
const MINOR_VERSION = 42;
const RELEASE_VERSION = 2;
const EXTRA_VERSION = '';
const RELEASE_VERSION = 3;
const EXTRA_VERSION = 'DEV';
protected $charset;
protected $loader;