Thanks to visit codestin.com Credit goes to github.com
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 a6769ae commit 4bfdb9eCopy full SHA for 4bfdb9e
2 files changed
CHANGELOG
@@ -1,3 +1,5 @@
1
+# 3.24.1 (2026-XX-XX)
2
+
3
# 3.24.0 (2026-03-17)
4
5
* Deprecate not implementing the `getOperatorTokens()` method in `ExpressionParserInterface` implementations
src/Environment.php
@@ -43,12 +43,12 @@
43
*/
44
class Environment
45
{
46
- public const VERSION = '3.24.0';
47
- public const VERSION_ID = 32400;
+ public const VERSION = '3.24.1-DEV';
+ public const VERSION_ID = 32401;
48
public const MAJOR_VERSION = 3;
49
public const MINOR_VERSION = 24;
50
- public const RELEASE_VERSION = 0;
51
- public const EXTRA_VERSION = '';
+ public const RELEASE_VERSION = 1;
+ public const EXTRA_VERSION = 'DEV';
52
53
private $charset;
54
private $loader;
0 commit comments