bumped version to 2.8

This commit is contained in:
Fabien Potencier
2019-04-03 15:57:27 +02:00
parent c18bcb27a4
commit 9acd647214
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 2.7.5 (2019-XX-XX)
* 2.8.0 (2019-XX-XX)
* n/a
+1 -1
View File
@@ -48,7 +48,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
"dev-master": "2.8-dev"
}
}
}
+4 -4
View File
@@ -38,11 +38,11 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '2.7.5-DEV';
const VERSION_ID = 20705;
const VERSION = '2.8.0-DEV';
const VERSION_ID = 20800;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 7;
const RELEASE_VERSION = 5;
const MINOR_VERSION = 8;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';
private $charset;