mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 19:06:40 +00:00
bumped version to 2.7.1-DEV
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
* 2.7.1 (2019-XX-XX)
|
||||
|
||||
* n/a
|
||||
|
||||
* 2.7.0 (2019-03-12)
|
||||
|
||||
* fixed sandbox security issue (under some circumstances, calling the
|
||||
|
||||
+4
-4
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
|
||||
*/
|
||||
class Environment
|
||||
{
|
||||
const VERSION = '2.7.0';
|
||||
const VERSION_ID = 20700;
|
||||
const VERSION = '2.7.1-DEV';
|
||||
const VERSION_ID = 20701;
|
||||
const MAJOR_VERSION = 2;
|
||||
const MINOR_VERSION = 7;
|
||||
const RELEASE_VERSION = 0;
|
||||
const EXTRA_VERSION = '';
|
||||
const RELEASE_VERSION = 1;
|
||||
const EXTRA_VERSION = 'DEV';
|
||||
|
||||
private $charset;
|
||||
private $loader;
|
||||
|
||||
Reference in New Issue
Block a user