Fix version

This commit is contained in:
Fabien Potencier
2020-02-11 07:03:14 +01:00
parent 982f8bde98
commit 71ddeccd46
+1 -1
View File
@@ -42,7 +42,7 @@ use Twig\TokenParser\TokenParserInterface;
class Environment
{
const VERSION = '1.42.6-DEV';
const VERSION_ID = 14205;
const VERSION_ID = 14206;
const MAJOR_VERSION = 1;
const MINOR_VERSION = 42;
const RELEASE_VERSION = 6;