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 a64dc5d commit 111b867Copy full SHA for 111b867
2 files changed
CHANGELOG
@@ -1,3 +1,7 @@
1
+# 3.23.1 (2026-XX-XX)
2
+
3
+ * n/a
4
5
# 3.23.0 (2026-01-23)
6
7
* Add `=` assignment operator (allows to set variables in expression or to replace the short-form of the set tag)
src/Environment.php
@@ -43,12 +43,12 @@
43
*/
44
class Environment
45
{
46
- public const VERSION = '3.23.0';
47
- public const VERSION_ID = 32300;
+ public const VERSION = '3.23.1-DEV';
+ public const VERSION_ID = 32301;
48
public const MAJOR_VERSION = 3;
49
public const MINOR_VERSION = 23;
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