Skip to content

Commit

Permalink
prepared the 2.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 28, 2019
1 parent 27a9a4d commit 82a1c05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
* 2.9.0 (2019-XX-XX)
* 2.9.0 (2019-04-28)

* deprecated returning "false" to remove a Node from NodeVisitorInterface::leaveNode()
* allowed Twig\NodeVisitor\NodeVisitorInterface::leaveNode() to return "null" instead of "false" (same meaning)
Expand Down
4 changes: 2 additions & 2 deletions src/Environment.php
Expand Up @@ -38,12 +38,12 @@
*/
class Environment
{
const VERSION = '2.9.0-DEV';
const VERSION = '2.9.0';
const VERSION_ID = 20900;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 9;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';

private $charset;
private $loader;
Expand Down

0 comments on commit 82a1c05

Please sign in to comment.