Skip to content

Commit 972d860

Browse files
committed
Prepare the 3.3.8 release
1 parent b265233 commit 972d860

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.3.8 (2022-XX-XX)
1+
# 3.3.8 (2022-02-04)
22

33
* Fix a security issue when in a sandbox: the `sort` filter must require a Closure for the `arrow` parameter
44

src/Environment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
*/
3939
class Environment
4040
{
41-
public const VERSION = '3.3.8-DEV';
41+
public const VERSION = '3.3.8';
4242
public const VERSION_ID = 30308;
4343
public const MAJOR_VERSION = 3;
4444
public const MINOR_VERSION = 3;
4545
public const RELEASE_VERSION = 8;
46-
public const EXTRA_VERSION = 'DEV';
46+
public const EXTRA_VERSION = '';
4747

4848
private $charset;
4949
private $loader;

0 commit comments

Comments
 (0)