Prepare the 3.17.1 release

This commit is contained in:
Fabien Potencier
2024-12-12 10:58:10 +01:00
parent 243f5f5d53
commit 677ef8da64
+2 -2
View File
@@ -44,12 +44,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
public const VERSION = '3.17.1-DEV';
public const VERSION = '3.17.1';
public const VERSION_ID = 31701;
public const MAJOR_VERSION = 3;
public const MINOR_VERSION = 17;
public const RELEASE_VERSION = 1;
public const EXTRA_VERSION = 'DEV';
public const EXTRA_VERSION = '';
private $charset;
private $loader;