bumped version to 2.10

This commit is contained in:
Fabien Potencier
2019-05-03 10:33:50 +02:00
parent 1d555e1d10
commit cf733f4f96
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 2.9.1 (2019-XX-XX)
* 2.10.0 (2019-XX-XX)
* n/a
+1 -1
View File
@@ -48,7 +48,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.9-dev"
"dev-master": "2.10-dev"
}
}
}
+4 -4
View File
@@ -38,11 +38,11 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '2.9.1-DEV';
const VERSION_ID = 20901;
const VERSION = '2.10.0-DEV';
const VERSION_ID = 21000;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 9;
const RELEASE_VERSION = 1;
const MINOR_VERSION = 10;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';
private $charset;