Skip to content

Commit fca80b5

Browse files
committed
Bump version
1 parent 66baa66 commit fca80b5

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.14.12 (2022-XX-XX)
2+
3+
* n/a
4+
15
# 2.14.11 (2022-02-04)
26

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

src/Environment.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
*/
3939
class Environment
4040
{
41-
public const VERSION = '2.14.11';
42-
public const VERSION_ID = 21411;
41+
public const VERSION = '2.14.12-DEV';
42+
public const VERSION_ID = 21412;
4343
public const MAJOR_VERSION = 2;
4444
public const MINOR_VERSION = 14;
45-
public const RELEASE_VERSION = 11;
46-
public const EXTRA_VERSION = '';
45+
public const RELEASE_VERSION = 12;
46+
public const EXTRA_VERSION = 'DEV';
4747

4848
private $charset;
4949
private $loader;

0 commit comments

Comments
 (0)