Skip to content

Commit b54a265

Browse files
committed
Prepare the 3.21.0 release
1 parent fde4de9 commit b54a265

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 3.21.0 (2025-XX-XX)
1+
# 3.21.0 (2025-05-02)
22

33
* Fix wrong array index
44
* Deprecate `Template::loadTemplate()`

src/Environment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
*/
4444
class Environment
4545
{
46-
public const VERSION = '3.21.0-DEV';
46+
public const VERSION = '3.21.0';
4747
public const VERSION_ID = 32100;
4848
public const MAJOR_VERSION = 3;
4949
public const MINOR_VERSION = 21;
5050
public const RELEASE_VERSION = 0;
51-
public const EXTRA_VERSION = 'DEV';
51+
public const EXTRA_VERSION = '';
5252

5353
private $charset;
5454
private $loader;

0 commit comments

Comments
 (0)