Skip to content

Commit 34e874e

Browse files
committed
Bump version
1 parent 1de2ec1 commit 34e874e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.22.2 (2025-XX-XX)
2+
3+
* n/a
4+
15
# 3.22.1 (2025-11-16)
26

37
* Add support for Symfony 8

src/Environment.php

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

5353
private $charset;
5454
private $loader;

0 commit comments

Comments
 (0)