Skip to content

Commit 3468920

Browse files
committed
Prepare the 3.20.0 release
1 parent e456a31 commit 3468920

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG

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

33
* Fix support for ignoring syntax errors in an undefined handler in guard
44
* Add configuration for Commonmark

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.20.0-DEV';
47+
public const VERSION = '3.20.0';
4848
public const VERSION_ID = 32000;
4949
public const MAJOR_VERSION = 3;
5050
public const MINOR_VERSION = 20;
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)