Bump version to 2.13.0-DEV

This commit is contained in:
Fabien Potencier
2020-07-05 15:09:13 +02:00
parent 46a612ba1b
commit 92398cbd8d
2 changed files with 8 additions and 4 deletions
+4 -4
View File
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '2.13.0';
const VERSION_ID = 21300;
const VERSION = '2.13.1';
const VERSION_ID = 21301;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 13;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = '';
const RELEASE_VERSION = 1;
const EXTRA_VERSION = 'DEV';
private $charset;
private $loader;