Skip to content

Commit d4f8c2b

Browse files
committed
Prepare the 3.19.0 release
1 parent 38576b1 commit d4f8c2b

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.19.0 (2025-XX-XX)
1+
# 3.19.0 (2025-01-28)
22

33
* Fix a security issue where escaping was missing when using `??`
44
* Deprecate `Token::getType()`, use `Token::test()` instead

src/Environment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
*/
4545
class Environment
4646
{
47-
public const VERSION = '3.19.0-DEV';
47+
public const VERSION = '3.19.0';
4848
public const VERSION_ID = 31900;
4949
public const MAJOR_VERSION = 3;
5050
public const MINOR_VERSION = 19;
5151
public const RELEASE_VERSION = 0;
52-
public const EXTRA_VERSION = 'DEV';
52+
public const EXTRA_VERSION = '';
5353

5454
private $charset;
5555
private $loader;

0 commit comments

Comments
 (0)