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 66baa66 commit fca80b5Copy full SHA for fca80b5
CHANGELOG
@@ -1,3 +1,7 @@
1
+# 2.14.12 (2022-XX-XX)
2
+
3
+ * n/a
4
5
# 2.14.11 (2022-02-04)
6
7
* Fix a security issue when in a sandbox: the `sort` filter must require a Closure for the `arrow` parameter
src/Environment.php
@@ -38,12 +38,12 @@
38
*/
39
class Environment
40
{
41
- public const VERSION = '2.14.11';
42
- public const VERSION_ID = 21411;
+ public const VERSION = '2.14.12-DEV';
+ public const VERSION_ID = 21412;
43
public const MAJOR_VERSION = 2;
44
public const MINOR_VERSION = 14;
45
- public const RELEASE_VERSION = 11;
46
- public const EXTRA_VERSION = '';
+ public const RELEASE_VERSION = 12;
+ public const EXTRA_VERSION = 'DEV';
47
48
private $charset;
49
private $loader;
0 commit comments