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 a4293d7 commit 2851238Copy full SHA for 2851238
2 files changed
CHANGELOG
@@ -1,4 +1,4 @@
1
-# 3.21.1 (2025-XX-XX)
+# 3.21.1 (2025-05-03)
2
3
* Fix ExtensionSet usage of BinaryOperatorExpressionParser
4
src/Environment.php
@@ -43,12 +43,12 @@
43
*/
44
class Environment
45
{
46
- public const VERSION = '3.21.1-DEV';
+ public const VERSION = '3.21.1';
47
public const VERSION_ID = 32101;
48
public const MAJOR_VERSION = 3;
49
public const MINOR_VERSION = 21;
50
public const RELEASE_VERSION = 1;
51
- public const EXTRA_VERSION = 'DEV';
+ public const EXTRA_VERSION = '';
52
53
private $charset;
54
private $loader;
0 commit comments