Skip to content

Commit e80fb8e

Browse files
committed
Prepare the 3.11.0 release
1 parent fe32121 commit e80fb8e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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`

src/Environment.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
*/
4444
class 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;

0 commit comments

Comments
 (0)