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 731bbd2 commit bf6b7aeCopy full SHA for bf6b7ae
CHANGELOG
@@ -1,4 +1,4 @@
1
-# 3.13.1 (2024-XX-XX)
+# 3.14.0 (2024-XX-XX)
2
3
* Add the possibility to reset globals via `Environment::resetGlobals()`
4
* Deprecate `Environment::mergeGlobals()`
src/Environment.php
@@ -43,11 +43,11 @@
43
*/
44
class Environment
45
{
46
- public const VERSION = '3.13.1-DEV';
47
- public const VERSION_ID = 31301;
+ public const VERSION = '3.14.0-DEV';
+ public const VERSION_ID = 31400;
48
public const MAJOR_VERSION = 3;
49
- public const MINOR_VERSION = 13;
50
- public const RELEASE_VERSION = 1;
+ public const MINOR_VERSION = 14;
+ public const RELEASE_VERSION = 0;
51
public const EXTRA_VERSION = 'DEV';
52
53
private $charset;
0 commit comments