Skip to content

Commit 4509984

Browse files
committed
Prepare the 3.22.0 release
1 parent a5487c8 commit 4509984

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.0 (2025-XX-XX)
1+
# 3.22.0 (2025-10-29)
22

33
* Add support for two words test in guard tag
44
* Add `Environment::registerUndefinedTestCallback()`

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.0-DEV';
46+
public const VERSION = '3.22.0';
4747
public const VERSION_ID = 32200;
4848
public const MAJOR_VERSION = 3;
4949
public const MINOR_VERSION = 22;
5050
public const RELEASE_VERSION = 0;
51-
public const EXTRA_VERSION = 'DEV';
51+
public const EXTRA_VERSION = '';
5252

5353
private $charset;
5454
private $loader;

0 commit comments

Comments
 (0)