Skip to content

Commit 946ddea

Browse files
committed
Prepare the 3.22.2 release
1 parent eca0d9c commit 946ddea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 3.22.2 (2025-XX-XX)
1+
# 3.22.2 (2025-12-14)
22

33
* Fix "cycle" with non-countable ArrayAccess + Traversable objects
44
* Use "getShareDir" as an indicator of Symfony version in Symfony bundle

src/Environment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
*/
4444
class Environment
4545
{
46-
public const VERSION = '3.22.2-DEV';
46+
public const VERSION = '3.22.2';
4747
public const VERSION_ID = 32202;
4848
public const MAJOR_VERSION = 3;
4949
public const MINOR_VERSION = 22;
5050
public const RELEASE_VERSION = 2;
51-
public const EXTRA_VERSION = 'DEV';
51+
public const EXTRA_VERSION = '';
5252

5353
private $charset;
5454
private $loader;

0 commit comments

Comments
 (0)