From 44bb6cc9ac3aa9c23b620b9acd5cd917f8982e05 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 18 May 2018 09:34:00 +0200 Subject: [PATCH] bumped version to 2.5.0 --- CHANGELOG | 2 +- composer.json | 2 +- lib/Twig/Environment.php | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b6d7dc431..667418b86 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 2.4.9 (2018-XX-XX) +* 2.5.0 (2018-XX-XX) * added the Symfony ctype polyfill as a dependency diff --git a/composer.json b/composer.json index a687ebcd8..e08095520 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.4-dev" + "dev-master": "2.5-dev" } } } diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 37ea1c18e..d49819e7e 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -16,11 +16,11 @@ */ class Twig_Environment { - const VERSION = '2.4.9-DEV'; - const VERSION_ID = 20409; + const VERSION = '2.5.0-DEV'; + const VERSION_ID = 20500; const MAJOR_VERSION = 2; - const MINOR_VERSION = 4; - const RELEASE_VERSION = 9; + const MINOR_VERSION = 5; + const RELEASE_VERSION = 0; const EXTRA_VERSION = 'DEV'; private $charset;