bumped version to 2.12

This commit is contained in:
Fabien Potencier
2019-06-05 05:13:06 +02:00
parent 0ae533dfe3
commit 09c6116938
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 2.11.2 (2019-XX-XX)
* 2.12.0 (2019-XX-XX)
* n/a
+1 -1
View File
@@ -48,7 +48,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.11-dev"
"dev-master": "2.12-dev"
}
}
}
+4 -4
View File
@@ -38,11 +38,11 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '2.11.2-DEV';
const VERSION_ID = 21102;
const VERSION = '2.12.0-DEV';
const VERSION_ID = 21200;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 11;
const RELEASE_VERSION = 2;
const MINOR_VERSION = 12;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';
private $charset;