Skip to content

Commit

Permalink
bumped version to 2.4.9-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 2, 2018
1 parent 7b604c8 commit 1dcb150
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
* 2.4.8 (2018-XX-XX)
* 2.4.9 (2018-XX-XX)

* n/a

* 2.4.8 (2018-04-02)

* fixed a regression when using the "default" filter or the "defined" test on non-existing arrays

Expand Down
8 changes: 4 additions & 4 deletions lib/Twig/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
*/
class Twig_Environment
{
const VERSION = '2.4.8';
const VERSION_ID = 20408;
const VERSION = '2.4.9-DEV';
const VERSION_ID = 20409;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 4;
const RELEASE_VERSION = 8;
const EXTRA_VERSION = '';
const RELEASE_VERSION = 9;
const EXTRA_VERSION = 'DEV';

private $charset;
private $loader;
Expand Down

0 comments on commit 1dcb150

Please sign in to comment.