Skip to content

Commit

Permalink
prepared the 2.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 31, 2019
1 parent 988b34b commit c344879
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.11.0 (2019-XX-XX)
* 2.11.0 (2019-05-31)

* added the possibility to register classes/interfaces as being safe for the escaper ("EscaperExtension::addSafeClass()")
* deprecated CoreExtension::setEscaper() and CoreExtension::getEscapers() in favor of the same methods on EscaperExtension
Expand Down
4 changes: 2 additions & 2 deletions src/Environment.php
Expand Up @@ -38,12 +38,12 @@
*/
class Environment
{
const VERSION = '2.11.0-DEV';
const VERSION = '2.11.0';
const VERSION_ID = 21100;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 11;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';

private $charset;
private $loader;
Expand Down

0 comments on commit c344879

Please sign in to comment.