We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a52ec2 commit 57a2f85Copy full SHA for 57a2f85
CHANGELOG
@@ -1,4 +1,4 @@
1
-# 3.21.2 (2025-XX-XX)
+# 3.22.0 (2025-XX-XX)
2
3
* n/a
4
src/Environment.php
@@ -43,11 +43,11 @@
43
*/
44
class Environment
45
{
46
- public const VERSION = '3.21.2-DEV';
47
- public const VERSION_ID = 32102;
+ public const VERSION = '3.22.0-DEV';
+ public const VERSION_ID = 32200;
48
public const MAJOR_VERSION = 3;
49
- public const MINOR_VERSION = 21;
50
- public const RELEASE_VERSION = 2;
+ public const MINOR_VERSION = 22;
+ public const RELEASE_VERSION = 0;
51
public const EXTRA_VERSION = 'DEV';
52
53
private $charset;
0 commit comments