File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # 3.11.0 (2024-XX-XX )
1+ # 3.11.0 (2024-08-08 )
22
33 * Add `Twig\Cache\ChainCache` and `Twig\Cache\ReadOnlyFilesystemCache`
44 * Add the possibility to deprecate attributes and nodes on `Node`
Original file line number Diff line number Diff line change 4343 */
4444class Environment
4545{
46- public const VERSION = '3.10.4-DEV ' ;
47- public const VERSION_ID = 301004 ;
46+ public const VERSION = '3.11.0 ' ;
47+ public const VERSION_ID = 301100 ;
4848 public const MAJOR_VERSION = 4 ;
49- public const MINOR_VERSION = 10 ;
50- public const RELEASE_VERSION = 4 ;
51- public const EXTRA_VERSION = 'DEV ' ;
49+ public const MINOR_VERSION = 11 ;
50+ public const RELEASE_VERSION = 0 ;
51+ public const EXTRA_VERSION = '' ;
5252
5353 private $ charset ;
5454 private $ loader ;
You can’t perform that action at this time.
0 commit comments