Bump version

This commit is contained in:
Fabien Potencier
2020-08-23 13:59:06 +02:00
parent 244ef52df6
commit c6927de9e7
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -41,11 +41,11 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '1.43.2-DEV';
const VERSION_ID = 14302;
const VERSION = '1.44.0-DEV';
const VERSION_ID = 14400;
const MAJOR_VERSION = 1;
const MINOR_VERSION = 43;
const RELEASE_VERSION = 2;
const MINOR_VERSION = 44;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';
protected $charset;