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