From ae12dab1a9e77a5cb930e3d2b7be058459813043 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 7 Feb 2017 11:30:48 +0100 Subject: [PATCH] update the branch alias Since adding support for the pull request review API is a new feature the minor version needs to be incremented. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 62e44e009cc..b9595471044 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "2.1.x-dev" } } }