Bump version to 2.12.5-DEV

This commit is contained in:
Fabien Potencier
2020-02-11 07:02:48 +01:00
parent 822d57eac9
commit a460efc19f
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
* 2.12.5 (2020-XX-XX)
* n/a
* 2.12.4 (2020-02-11)
* Avoid exceptions when an intl resource is not found
+4 -4
View File
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '2.12.4';
const VERSION_ID = 21204;
const VERSION = '2.12.5-DEV';
const VERSION_ID = 21205;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 12;
const RELEASE_VERSION = 4;
const EXTRA_VERSION = '';
const RELEASE_VERSION = 5;
const EXTRA_VERSION = 'DEV';
private $charset;
private $loader;