Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 25, 2022
1 parent 19c898b commit 28bec2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.14.13 (2022-XX-XX)

* n/a

# 2.14.12 (2022-03-25)

* Fix custom escapers when using multiple Twig environments
Expand Down
8 changes: 4 additions & 4 deletions src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
*/
class Environment
{
public const VERSION = '2.14.12';
public const VERSION_ID = 21412;
public const VERSION = '2.14.13-DEV';
public const VERSION_ID = 21413;
public const MAJOR_VERSION = 2;
public const MINOR_VERSION = 14;
public const RELEASE_VERSION = 12;
public const EXTRA_VERSION = '';
public const RELEASE_VERSION = 13;
public const EXTRA_VERSION = 'DEV';

private $charset;
private $loader;
Expand Down

0 comments on commit 28bec2f

Please sign in to comment.