Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4bfdb9e

Browse files
committed
Bump version
1 parent a6769ae commit 4bfdb9e

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 3.24.1 (2026-XX-XX)
2+
13
# 3.24.0 (2026-03-17)
24

35
* Deprecate not implementing the `getOperatorTokens()` method in `ExpressionParserInterface` implementations

src/Environment.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
*/
4444
class Environment
4545
{
46-
public const VERSION = '3.24.0';
47-
public const VERSION_ID = 32400;
46+
public const VERSION = '3.24.1-DEV';
47+
public const VERSION_ID = 32401;
4848
public const MAJOR_VERSION = 3;
4949
public const MINOR_VERSION = 24;
50-
public const RELEASE_VERSION = 0;
51-
public const EXTRA_VERSION = '';
50+
public const RELEASE_VERSION = 1;
51+
public const EXTRA_VERSION = 'DEV';
5252

5353
private $charset;
5454
private $loader;

0 commit comments

Comments
 (0)