Prepare the 3.10.3 release

This commit is contained in:
Fabien Potencier
2024-05-16 11:04:27 +01:00
parent 75fc9b9487
commit 67f29781ff
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -43,12 +43,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
public const VERSION = '3.10.3-DEV';
public const VERSION = '3.10.3';
public const VERSION_ID = 301003;
public const MAJOR_VERSION = 3;
public const MINOR_VERSION = 10;
public const RELEASE_VERSION = 3;
public const EXTRA_VERSION = 'DEV';
public const EXTRA_VERSION = '';
private $charset;
private $loader;